Skip to content

Commit b3fe660

Browse files
committed
chore: skip environment-react-ssr for now
1 parent 1770622 commit b3fe660

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.e2e.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineConfig({
1818
...(isBuild
1919
? [
2020
'./playground/backend-integration/**/*.spec.[tj]s', // https://github.com/rolldown/rolldown/issues/2392
21+
'./playground/environment-react-ssr/**/*.spec.[tj]s', // needs investigation
2122
'./playground/dynamic-import/**/*.spec.[tj]s', // https://github.com/rolldown/rolldown/issues/1843
2223
'./playground/external/**/*.spec.[tj]s', // https://github.com/rolldown/rolldown/issues/2041
2324
'./playground/lib/**/*.spec.[tj]s', // umd format

0 commit comments

Comments
 (0)