diff --git a/test/bundler/bundler_bun.test.ts b/test/bundler/bundler_bun.test.ts index 9638fe5254..61fdbf89f8 100644 --- a/test/bundler/bundler_bun.test.ts +++ b/test/bundler/bundler_bun.test.ts @@ -103,7 +103,6 @@ error: Hello World`, run: { stdout: "" }, }); if (Bun.version.startsWith("1.2")) { - throw new Error("TODO: enable these tests please"); for (const backend of ["api", "cli"] as const) { itBundled("bun/ExportsConditionsDevelopment" + backend.toUpperCase(), { files: {