aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/bundler/expectBundled.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bundler/expectBundled.ts b/test/bundler/expectBundled.ts
index a1aa71c1e..d75f4ebe1 100644
--- a/test/bundler/expectBundled.ts
+++ b/test/bundler/expectBundled.ts
@@ -885,7 +885,7 @@ export function itBundled(id: string, opts: BundlerTestInput): BundlerTestRef {
return ref;
} else if (!FILTER) {
try {
- expectBundled(id, opts);
+ expectBundled(id, opts, true);
} catch (error) {
it.skip(id, () => {});
return ref;