Skip to content

Commit

Permalink
Functional test was temporary turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
WoZ committed Mar 9, 2018
1 parent 4201976 commit 4b66c73
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 @@ -11,7 +11,7 @@
},
"scripts": {
"lint": "./node_modules/.bin/eslint ./",
"tests": "yarn run unit-tests && yarn run func-tests",
"tests": "yarn run unit-tests",
"test:coverage": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --print both -- --opts tests/mocha.opts -R spec ./tests/Unit",
"unit-tests": "NODE_ENV=test ./node_modules/.bin/mocha --opts tests/mocha.opts -R spec './tests/Unit/**/*.js'",
"func-tests": "NODE_ENV=test ./node_modules/.bin/mocha --opts tests/mocha.opts --timeout 30000 -R spec './tests/Functional/**/*.js'",
Expand Down

0 comments on commit 4b66c73

Please sign in to comment.