We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467831b commit 65ecaeeCopy full SHA for 65ecaee
package.json
@@ -14,8 +14,7 @@
14
"cover-v4": "npm run prepare-test-v4 && nyc --exclude lib/models/v3/**/*.js mocha",
15
"exec-tests": "mocha",
16
"test": "npm run test-v4 && npm run test-v3",
17
- "clean-coverage": "rimraf .nyc_output && rimraf coverage",
18
- "cover": "npm install && npm run clean-coverage && npm run cover-v4",
+ "cover": "npm run cover-v4 && npm run cover-v3",
19
"lint": "tslint ."
20
},
21
"repository": {
@@ -93,7 +92,7 @@
93
92
"lib/**/*"
94
],
95
"extension": [
96
- ".ts"
+ ".js"
97
98
"reporter": [
99
"lcov",
test/mocha.opts
@@ -1,5 +1,4 @@
1
---require test/tsconfig.mocha
2
--require source-map-support/register
3
--recursive
4
5
-test/specs/**/*.ts
+test/specs/**/*.js
0 commit comments