We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c50c89a commit 1bc0ffdCopy full SHA for 1bc0ffd
packages/nextjs/package.json
@@ -70,7 +70,7 @@
70
"test": "run-s test:unit",
71
"test:all": "run-s test:unit test:integration",
72
"test:unit": "jest",
73
- "test:integration": "test/run-integration-tests.sh",
+ "test:integration": "test/run-integration-tests.sh --debug",
74
"test:watch": "jest --watch",
75
"vercel:branch": "source vercel/set-up-branch-for-test-app-use.sh",
76
"vercel:project": "source vercel/make-project-use-current-branch.sh"
0 commit comments