Skip to content

Commit 765ada2

Browse files
authored
refactor(types): migrate from tsd to tstyche (#331)
1 parent 484ed94 commit 765ada2

3 files changed

Lines changed: 310 additions & 305 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:fix": "eslint --fix",
1111
"test": "npm run test:unit && npm run test:typescript",
1212
"test:coverage": "npm run test:unit -- --cov --coverage-report=html",
13-
"test:typescript": "tsd",
13+
"test:typescript": "tstyche",
1414
"test:unit": "c8 --100 node --test"
1515
},
1616
"repository": {
@@ -65,7 +65,7 @@
6565
"fastify": "^5.6.2",
6666
"neostandard": "^0.13.0",
6767
"nock": "^14.0.10",
68-
"tsd": "^0.33.0"
68+
"tstyche": "^7.0.0"
6969
},
7070
"dependencies": {
7171
"@fastify/cookie": "^11.0.2",
@@ -75,4 +75,4 @@
7575
"publishConfig": {
7676
"access": "public"
7777
}
78-
}
78+
}

types/index.test-d.ts

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

0 commit comments

Comments
 (0)