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 933fea2 commit 9bb4c9eCopy full SHA for 9bb4c9e
package.json
@@ -49,7 +49,7 @@
49
"typedoc": "^0.28.11"
50
},
51
"scripts": {
52
- "test": "npm run test:javascript",
+ "test": "npm run test:javascript && npm run test:typescript",
53
"test:javascript": "jest spec --coverage --detectOpenHandles --testPathIgnorePatterns=spec/cluster",
54
"test:typescript": "tsc --noEmit",
55
"jshint": "jshint src/rest/** src/base/** src/http/**",
0 commit comments