Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Commit

Permalink
Temporarily disable testing of types
Browse files Browse the repository at this point in the history
There's an issue with either our types or the unreleased 4.4.0 and
there's currently no option to disable testing against "next" [1].

[1] microsoft/dtslint#288
  • Loading branch information
badeball committed Jun 2, 2021
1 parent e9d3710 commit 720bd83
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 @@ -38,7 +38,7 @@
"build": "tsc",
"watch": "tsc --watch",
"fmt": "prettier --ignore-path .gitignore --write '**/*.ts'",
"test": "npm run test:fmt && npm run test:types && npm run test:unit && npm run test:integration",
"test": "npm run test:fmt && npm run test:unit && npm run test:integration",
"test:fmt": "prettier --ignore-path .gitignore --check '**/*.ts'",
"test:types": "dtslint --expectOnly types",
"test:unit": "mocha",
Expand Down

0 comments on commit 720bd83

Please sign in to comment.