We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6544793 commit f811cc3Copy full SHA for f811cc3
2 files changed
tests/rsbuild/modernjs.ts
@@ -47,6 +47,6 @@ export async function test(options: RunOptions) {
47
await $`pnpm playwright install chromium`;
48
cd('../../../');
49
},
50
- test: ['test:rspack'],
+ test: ['test:framework', 'test:builder'],
51
});
52
}
tests/rspack/modernjs.ts
0 commit comments