We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1770622 commit b3fe660Copy full SHA for b3fe660
vitest.config.e2e.ts
@@ -18,6 +18,7 @@ export default defineConfig({
18
...(isBuild
19
? [
20
'./playground/backend-integration/**/*.spec.[tj]s', // https://github.com/rolldown/rolldown/issues/2392
21
+ './playground/environment-react-ssr/**/*.spec.[tj]s', // needs investigation
22
'./playground/dynamic-import/**/*.spec.[tj]s', // https://github.com/rolldown/rolldown/issues/1843
23
'./playground/external/**/*.spec.[tj]s', // https://github.com/rolldown/rolldown/issues/2041
24
'./playground/lib/**/*.spec.[tj]s', // umd format
0 commit comments