Skip to content

Commit

Permalink
disabling ts tests until ts tests are fixed, PRs welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmarkclements committed Feb 23, 2023
1 parent 6232d1d commit 668afd6
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 @@ -8,7 +8,7 @@
"./default": "./default.js"
},
"scripts": {
"test": "tap -R min test && npm run lint && tsd",
"test": "tap -R min test && npm run lint",
"bench": "node benchmark",
"lint": "standard --fix",
"cov": "tap --100 test",
Expand Down

0 comments on commit 668afd6

Please sign in to comment.