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 23, 2022
1 parent 93d6c6d commit b7bb1c5
Show file tree
Hide file tree
Showing 31 changed files with 0 additions and 630 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -55,7 +55,6 @@ jobs:
# See https://github.com/puppeteer/puppeteer/issues/7710 for more info
# npm run generate:docs
npm run test:protocol-revision
npm run test:types
- name: Run commit lint
run: |
Expand Down
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.

0 comments on commit b7bb1c5

Please sign in to comment.