From 78b3840740469cbd7037fb1e35d68675ca18fba3 Mon Sep 17 00:00:00 2001 From: Hiroshi Ogawa Date: Fri, 19 Jan 2024 16:58:27 +0900 Subject: [PATCH] chore: docs --- docs/guide/testing-types.md | 6 ------ docs/guide/workspace.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/docs/guide/testing-types.md b/docs/guide/testing-types.md index 6b80ce8566e6..091bc6a20d82 100644 --- a/docs/guide/testing-types.md +++ b/docs/guide/testing-types.md @@ -10,12 +10,6 @@ title: Testing Types | Guide ::: -::: tip - -You can find a sample project in [Examples](/guide/#examples). - -::: - Vitest allows you to write tests for your types, using `expectTypeOf` or `assertType` syntaxes. By default all tests inside `*.test-d.ts` files are considered type tests, but you can change it with [`typecheck.include`](/config/#typecheck-include) config option. Under the hood Vitest calls `tsc` or `vue-tsc`, depending on your config, and parses results. Vitest will also print out type errors in your source code, if it finds any. You can disable it with [`typecheck.ignoreSourceErrors`](/config/#typecheck-ignoresourceerrors) config option. diff --git a/docs/guide/workspace.md b/docs/guide/workspace.md index 3fd56803c24f..885353ad40cd 100644 --- a/docs/guide/workspace.md +++ b/docs/guide/workspace.md @@ -10,12 +10,6 @@ title: Workspace | Guide ::: -::: tip - -You can find a sample project in [Examples](/guide/#examples). - -::: - Vitest provides built-in support for monorepos through a workspace configuration file. You can create a workspace to define your project's setups. ## Defining a Workspace