Skip to content

Commit

Permalink
revert: "test: add TS types check"
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed Sep 10, 2023
1 parent ee39fcb commit 12d0237
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 89 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
run: npm run build
- name: Check codestyle compliance
run: npm run lint
- name: Check TS types
run: npm run test:types
- name: Run tests
run: npm run test
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"lint": "eslint {src,tests}/*.js",
"test": "jest --coverage",
"test:watch": "jest --watch --coverage",
"test:types": "tsd",
"prepare": "husky install",
"release": "semantic-release"
},
Expand Down Expand Up @@ -49,7 +48,6 @@
"prettier": "~2.8.x",
"semantic-release": "~21.0.x",
"sinon": "^15.0.x",
"tsd": "^0.28.1",
"typescript": "^5.2.2"
},
"keywords": [
Expand Down
85 changes: 0 additions & 85 deletions types/index.test-d.ts

This file was deleted.

0 comments on commit 12d0237

Please sign in to comment.