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 f3411f1 commit 7a5630aCopy full SHA for 7a5630a
test/end-to-end/nextjs.ssr.test.js renamed to test/end-to-end/ssr.nextjs.test.js
test/startTestApp.sh
@@ -37,9 +37,9 @@ function startEndToEnd () {
37
fi
38
39
BASE_SPEC_FILES="test/end-to-end/**/**.test.js"
40
- EXCLUDED_SPEC_FILES="test/end-to-end/**/nextjs.ssr.test.js"
+ EXCLUDED_SPEC_FILES="test/end-to-end/**/ssr.nextjs.test.js"
41
if [[ "${RUN_NEXTJS_TESTS}" == "true" ]]; then
42
- BASE_SPEC_FILES="test/end-to-end/**/nextjs.ssr.test.js"
+ BASE_SPEC_FILES="test/end-to-end/**/ssr.nextjs.test.js"
43
EXCLUDED_SPEC_FILES=""
44
45
0 commit comments