Skip to content

Commit 68ddddb

Browse files
authored
refactor(types): migrate from tsd to tstyche (#288)
1 parent 12c07a4 commit 68ddddb

5 files changed

Lines changed: 252 additions & 169 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "npm run test:unit && npm run test:typescript",
1212
"test:unit": "c8 --100 node --test",
1313
"test:coverage": "c8 node --test && c8 report --reporter=html",
14-
"test:typescript": "tsd"
14+
"test:typescript": "tstyche"
1515
},
1616
"repository": {
1717
"type": "git",
@@ -65,6 +65,6 @@
6565
"fastify": "^5.0.0",
6666
"neostandard": "^0.13.0",
6767
"proxyquire": "^2.1.3",
68-
"tsd": "^0.33.0"
68+
"tstyche": "^7.0.0"
6969
}
70-
}
70+
}

types/plugin.test-d.ts

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

0 commit comments

Comments
 (0)