diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bundler/expectBundled.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/bundler/expectBundled.ts b/test/bundler/expectBundled.ts index 5a0802d13..94d476a0c 100644 --- a/test/bundler/expectBundled.ts +++ b/test/bundler/expectBundled.ts @@ -322,9 +322,6 @@ export function expectBundled( if (!ESBUILD && keepNames) { throw new Error("keepNames not implemented in bun build"); } - if (!ESBUILD && minifyIdentifiers) { - throw new Error("minifyIdentifiers not implemented in bun build"); - } if (!ESBUILD && mainFields) { throw new Error("mainFields not implemented in bun build"); } |