We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679f62d commit 6c84b82Copy full SHA for 6c84b82
packages/dynamic-pages/package.json
@@ -7,7 +7,7 @@
7
"dev": "next",
8
"build": "next build",
9
"start": "next start",
10
- "test": "jest"
+ "test": "echo \"Todo: no test specified\" && exit 0"
11
},
12
"dependencies": {
13
"next": "^8.0.0",
0 commit comments