Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jan 19, 2024
1 parent e75dabb commit 78b3840
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions docs/guide/testing-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions docs/guide/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78b3840

Please sign in to comment.