mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
test
This commit is contained in:
1
test/js/bun/resolve/longjavascriptfilename.js
Normal file
1
test/js/bun/resolve/longjavascriptfilename.js
Normal file
@@ -0,0 +1 @@
|
||||
module.exports.foo = "bar";
|
||||
@@ -312,3 +312,7 @@ it.todo("import override to bun:test", async () => {
|
||||
// @ts-expect-error
|
||||
expect(await import("#bun_test")).toBeDefined();
|
||||
});
|
||||
|
||||
it("should import short paths", () => {
|
||||
expect(require("./LONGJA~1.JS")).toBeDefined();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user