Skip to content

Commit

Permalink
~ test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed May 8, 2018
1 parent 0894d70 commit 3198de5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "(同步、异步、promise)任务的串、并行计划(流程控制)",
"scripts": {
"live": "browser-sync start --config bs-config.js",
"test": "./node_modules/.bin/_mocha test/**/test.*.js",
"test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/**/test.*.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/**/test.*.js",
"test-travis": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha test/**/test.*.js --report lcovonly",
"prepublish": "npm test"
},
Expand Down

0 comments on commit 3198de5

Please sign in to comment.