Skip to content

Commit 956b757

Browse files
yyx990803chrislone
authored and
chrislone
committed
chore: remove reference to tsd [ci skip]
close vuejs#7077
1 parent 457b09b commit 956b757

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/contributing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,6 @@ Test coverage is continuously deployed at https://vue-next-coverage.netlify.app/
267267

268268
### Testing Type Definition Correctness
269269

270-
This project uses [tsd](https://github.com/SamVerschueren/tsd) to test the built definition files (`*.d.ts`).
271-
272270
Type tests are located in the `test-dts` directory. To run the dts tests, run `nr test-dts`. Note that the type test requires all relevant `*.d.ts` files to be built first (and the script does it for you). Once the `d.ts` files are built and up-to-date, the tests can be re-run by simply running `nr test-dts`.
273271

274272
## Financial Contribution

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
"postinstall": "simple-git-hooks"
3232
},
3333
"types": "test-dts/index.d.ts",
34-
"tsd": {
35-
"directory": "test-dts"
36-
},
3734
"simple-git-hooks": {
3835
"pre-commit": "pnpm lint-staged",
3936
"commit-msg": "node scripts/verifyCommit.mjs"

0 commit comments

Comments
 (0)