We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02fd62 commit 8396c5eCopy full SHA for 8396c5e
dev-packages/browser-integration-tests/utils/helpers.ts
@@ -319,7 +319,7 @@ export function shouldSkipTracingTest(): boolean {
319
*/
320
export function testingCdnBundle(): boolean {
321
const bundle = process.env.PW_BUNDLE;
322
- return bundle != null;
+ return bundle != null && (bundle.startsWith('bundle') || bundle.startsWith('loader'));
323
}
324
325
/**
0 commit comments