Unmark as TODO

This commit is contained in:
Jarred Sumner
2023-07-07 22:01:02 -07:00
parent 52b7962dae
commit fceacea37c

View File

@@ -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);