Skip to content

Commit 9eac9c5

Browse files
authoredNov 26, 2024
test: remove unused tsd test (#169)
1 parent f6c726d commit 9eac9c5

File tree

3 files changed

+5
-336
lines changed

3 files changed

+5
-336
lines changed
 

‎package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,13 @@
1818
"prettier": "^3.0.3",
1919
"standard": "^14.3.4",
2020
"standard-markdown": "^6.0.0",
21-
"tsd": "^0.25.0",
2221
"typescript": "^4.9.4"
2322
},
2423
"scripts": {
2524
"prepare": "tsc",
26-
"test": "jest && tsd && standard --fix && standard-markdown",
25+
"test": "jest && standard --fix && standard-markdown",
2726
"watch": "jest --watch --notify --notifyMode=change --coverage"
2827
},
29-
"tsd": {
30-
"directory": "test"
31-
},
3228
"standard": {
3329
"env": {
3430
"jest": true

‎test/index.test-d.ts

-54
This file was deleted.

0 commit comments

Comments
 (0)