diff --git a/package.json b/package.json index bbc1c2f..9ff44c9 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start": "node ./dist/index.js", "postinstall": "typings install", "build": "tsc", - "test": "npm run build && nsp check", + "test": "npm run build && npm run mocha && nsp check", "mocha": "NODE_ENV=test mocha --compilers ts:ts-node/register --require scripts/test-helper.js src/__tests__/**.test.ts", "lint": "tslint src/**/*.ts" },