mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Unmark as TODO
This commit is contained in:
@@ -320,7 +320,6 @@ describe("bundler", () => {
|
||||
},
|
||||
});
|
||||
itBundled("edgecase/JSONDefaultAndNamedImport", {
|
||||
// We don't support rewriting default import to property acceses yet
|
||||
todo: true,
|
||||
files: {
|
||||
"/entry.js": /* js */ `
|
||||
@@ -662,7 +661,6 @@ describe("bundler", () => {
|
||||
target: "bun",
|
||||
});
|
||||
itBundled("edgecase/RuntimeExternalRequire", {
|
||||
todo: true,
|
||||
files: {
|
||||
"/entry.ts": /* ts */ `
|
||||
console.log(require("hello-1").type);
|
||||
|
||||
Reference in New Issue
Block a user