mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
example(jest-puppeteer): fix package .json (#4997)
This commit is contained in:
parent
e083c38f8f
commit
dfc8dd579b
@ -8,7 +8,7 @@
|
||||
"build": "nuxt build",
|
||||
"start": "nuxt start",
|
||||
"test": "jest -w=4",
|
||||
"testServer": "nuxt build & nuxt start"
|
||||
"testServer": "nuxt build && nuxt start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "latest",
|
||||
|
Loading…
Reference in New Issue
Block a user