Skip to content

Commit c310b90

Browse files
committed
chore: Remove broken type tests
1 parent 67a39ce commit c310b90

File tree

6 files changed

+1
-7404
lines changed

6 files changed

+1
-7404
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"pretest": "npm run build",
3737
"test:unit": "mocha tests/array-with-default.test.js",
3838
"test:build": "node tests/pkg.test.cjs && node tests/pkg.test.mjs",
39-
"test:types": "node tests/types.test.js",
40-
"test": "npm run test:unit && npm run test:build && npm run test:types"
39+
"test": "npm run test:unit && npm run test:build"
4140
},
4241
"repository": {
4342
"type": "git",

tests/fixtures/typescript-project/index.ts

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)