Skip to content

Commit 6c84b82

Browse files
committed
Stub test for dynamic pages
1 parent 679f62d commit 6c84b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dynamic-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "next",
88
"build": "next build",
99
"start": "next start",
10-
"test": "jest"
10+
"test": "echo \"Todo: no test specified\" && exit 0"
1111
},
1212
"dependencies": {
1313
"next": "^8.0.0",

0 commit comments

Comments
 (0)