Skip to content

Commit

Permalink
make tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
thejewdude authored and shanalikhan committed Dec 5, 2018
1 parent f441efe commit 0e9cc40
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 @@ -149,7 +149,7 @@
"postinstall": "node ./node_modules/vscode/bin/install",
"tslint-check": "tslint -c ./tslint.json ./src/**/*.ts ./src/*.ts",
"format": "prettier --write './src/**/*.ts'",
"test": "npm run tslint-check && tsc -p ./ && node ./node_modules/bin/mocha --recursive"
"test": "npm run tslint-check && tsc -p ./ && mocha --recursive \"./out/test/**/*.js\""
},
"devDependencies": {
"@types/chai": "4.1.7",
Expand Down

0 comments on commit 0e9cc40

Please sign in to comment.