Skip to content

Commit

Permalink
fix(): sys.node
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Sep 30, 2019
1 parent fb57d00 commit 68408f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sys/node/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"scripts": {
"test": "node ../../../node_modules/.bin/jest --no-cache",
"test.watch": "node ../../../node_modules/.bin/jest --watch",
"test": "../../../node_modules/.bin/jest --no-cache",
"test.watch": "../../../node_modules/.bin/jest --watch",
"test.prod": "npm run test"
}
}

0 comments on commit 68408f6

Please sign in to comment.