Skip to content

Commit

Permalink
chore: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Jan 5, 2020
1 parent b6248f8 commit 903c693
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 @@ -131,7 +131,7 @@
"clean": "rimraf out",
"lint": "tslint src/**/*.ts --project ./tsconfig.json",
"compile": "tsc",
"test": "mocha out/**/*.spec.js",
"test": "mocha \"out/**/*.spec.js\"",
"test:e2e": "node ./out/test/e2e/runTest.js",
"build": "npm run clean && npm run lint && npm run compile && npm test",
"watch": "npm run clean && npm run lint && tsc --watch"
Expand Down

0 comments on commit 903c693

Please sign in to comment.