Skip to content

Commit

Permalink
chore: fix tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
RomuloCintra committed Dec 23, 2017
1 parent 7f28e7d commit 3707c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
"serve": "stencil-dev-server",
"start": "npm run dev",
"test": "NODE_ENV=test --inspect jest --no-cache --coverage",
"test": "NODE_ENV=test jest --no-cache --coverage",
"test.watch": "NODE_ENV=test --inspect jest --watch --no-cache"
},
"dependencies": {
Expand Down

0 comments on commit 3707c3a

Please sign in to comment.