Skip to content

Commit f793faa

Browse files
committed
chore: remove reference to tsd [ci skip]
close #7077
1 parent 11214ee commit f793faa

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/contributing.md

-2
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

-3
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)