Skip to content

Commit 2fafc00

Browse files
authored
docs: remove log language warning (#4075)
1 parent f8ea716 commit 2fafc00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Next, in order to execute the test, add the following section to your `package.j
7171

7272
Finally, run `npm run test`, `yarn test`, or `pnpm test`, depending on your package manager, and Vitest will print this message:
7373

74-
```log
74+
```txt
7575
✓ sum.test.js (1)
7676
✓ adds 1 + 2 to equal 3
7777
@@ -111,7 +111,7 @@ Even if you do not use Vite yourself, Vitest relies heavily on it for its transf
111111

112112
If you are already using Vite, add `test` property in your Vite config. You'll also need to add a reference to Vitest types using a [triple slash directive](https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-types-) at the top of your config file.
113113

114-
```ts
114+
```ts
115115
/// <reference types="vitest" />
116116
import { defineConfig } from 'vite'
117117

0 commit comments

Comments
 (0)