Skip to content

Commit

Permalink
chore: remove reference to tsd [ci skip]
Browse files Browse the repository at this point in the history
close #7077
  • Loading branch information
yyx990803 committed Nov 10, 2022
1 parent 11214ee commit f793faa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/contributing.md
Expand Up @@ -267,8 +267,6 @@ Test coverage is continuously deployed at https://vue-next-coverage.netlify.app/

### Testing Type Definition Correctness

This project uses [tsd](https://github.com/SamVerschueren/tsd) to test the built definition files (`*.d.ts`).

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`.

## Financial Contribution
Expand Down
3 changes: 0 additions & 3 deletions package.json
Expand Up @@ -31,9 +31,6 @@
"postinstall": "simple-git-hooks"
},
"types": "test-dts/index.d.ts",
"tsd": {
"directory": "test-dts"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "node scripts/verifyCommit.mjs"
Expand Down

0 comments on commit f793faa

Please sign in to comment.