example(jest-puppeteer): fix package .json (#4997)

This commit is contained in:
Andrew Cravenho 2019-02-10 14:59:26 -05:00 committed by Pooya Parsa
parent e083c38f8f
commit dfc8dd579b

View File

@ -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",