Skip to content

Commit 894fac3

Browse files
chore: disabling test:typescript
`tsc --noEmit` command fails due to existing issue - axios/axios#7016
1 parent 6d7c997 commit 894fac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"typedoc": "^0.28.11"
5050
},
5151
"scripts": {
52-
"test": "npm run test:javascript && npm run test:typescript",
52+
"test": "npm run test:javascript",
5353
"test:javascript": "jest spec --coverage --detectOpenHandles --testPathIgnorePatterns=spec/cluster",
5454
"test:typescript": "tsc --noEmit",
5555
"jshint": "jshint src/rest/** src/base/** src/http/**",

0 commit comments

Comments
 (0)