]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove reference to tsd [ci skip]
authorEvan You <yyx990803@gmail.com>
Thu, 10 Nov 2022 07:10:47 +0000 (15:10 +0800)
committerEvan You <yyx990803@gmail.com>
Thu, 10 Nov 2022 07:10:47 +0000 (15:10 +0800)
close #7077

.github/contributing.md
package.json

index 4b15faa5f26eef2053fde24a12a06b8696006553..5f3e4bf19383ee4706fb0e7b3b7a9b24ab7a51eb 100644 (file)
@@ -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
index 69782323e1178220b773a86b3829e4959e3f458f..1bc00042c53a2128543b68fef51b4147eab0622d 100644 (file)
@@ -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"