Skip to content

Commit

Permalink
example(jest-puppeteer): fix package .json (#4997)
Browse files Browse the repository at this point in the history
  • Loading branch information
acravenho authored and pi0 committed Feb 10, 2019
1 parent e083c38 commit dfc8dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jest-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dfc8dd5

Please sign in to comment.