Skip to content

Commit

Permalink
chore: remove type tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jun 22, 2022
1 parent 32a18e8 commit 278f4f1
Show file tree
Hide file tree
Showing 30 changed files with 0 additions and 629 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -36,7 +36,6 @@
"test:pinned-deps": "ts-node -s scripts/ensure-pinned-deps",
"test:install": "scripts/test-install.sh",
"test:debug": "npm run build:test && mocha --inspect-brk",
"test:types": "ts-node -s scripts/test-ts-definition-files.ts",
"prepublishOnly": "npm run build",
"prepare": "node typescript-if-required.js && ([[ $HUSKY = 0 ]] || husky install)",
"lint": "npm run build && npm run lint:eslint && npm run doc && npm run lint:prettier",
Expand Down
217 changes: 0 additions & 217 deletions scripts/test-ts-definition-files.ts

This file was deleted.

18 changes: 0 additions & 18 deletions test-ts-types/js-cjs-import-cjs-output/bad.js

This file was deleted.

17 changes: 0 additions & 17 deletions test-ts-types/js-cjs-import-cjs-output/good.js

This file was deleted.

12 changes: 0 additions & 12 deletions test-ts-types/js-cjs-import-cjs-output/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions test-ts-types/js-cjs-import-cjs-output/tsconfig.json

This file was deleted.

18 changes: 0 additions & 18 deletions test-ts-types/js-cjs-import-esm-output/bad.js

This file was deleted.

17 changes: 0 additions & 17 deletions test-ts-types/js-cjs-import-esm-output/good.js

This file was deleted.

12 changes: 0 additions & 12 deletions test-ts-types/js-cjs-import-esm-output/package.json

This file was deleted.

11 changes: 0 additions & 11 deletions test-ts-types/js-cjs-import-esm-output/tsconfig.json

This file was deleted.

25 changes: 0 additions & 25 deletions test-ts-types/js-esm-import-cjs-output/bad.js

This file was deleted.

17 changes: 0 additions & 17 deletions test-ts-types/js-esm-import-cjs-output/good.js

This file was deleted.

0 comments on commit 278f4f1

Please sign in to comment.