Skip to content

Commit

Permalink
docs: fix json code highlighting (vitest-dev#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardssh authored Dec 21, 2021
1 parent 395c02e commit 307585c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default defineConfig({

To get TypeScript working with the global APIs, add `vitest/global` to the `types` filed in your `tsconfig.json`

```jsonc
```json
// tsconfig.json
{
"compilerOptions": {
Expand Down Expand Up @@ -252,4 +252,4 @@ Listen to port and serve API. When set to true, the default port is 55555
- **Type:** `boolean`
- **Default:** `false`

Exit with exit code of 0 when there are no tests
Exit with exit code of 0 when there are no tests

0 comments on commit 307585c

Please sign in to comment.