Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
deerawan committed Mar 10, 2019
1 parent 6742fa9 commit 00c12dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -406,8 +406,8 @@
"contributor:add": "all-contributors add",
"contributor:generate": "all-contributors generate",
"contributor:check": "all-contributors check",
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec --ui tdd ./out/test/extension.test.js",
"test-local": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --ui tdd ./out/test/extension.test.js",
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec --ui tdd './out/test/**/*.test.js'",
"test-local": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --ui tdd './out/test/**/*.test.js'",
"format": "prettier --write \"{src,test}/**/*.ts\"",
"lint": "tslint -c tslint.json 'src/**/*.ts' 'test/**/*.ts' --fix"
},
Expand Down

0 comments on commit 00c12dd

Please sign in to comment.