Skip to content

Commit 054d1d8

Browse files
committed
grammar/clarity
1 parent 7517675 commit 054d1d8

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.vitest-browser-mode/04.solution.shared-assets

1 file changed

+1
-1
lines changed

exercises/02.vitest-browser-mode/04.solution.shared-assets/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ There are two types of test setup you can have: _global_ and _local_. The global
44

55
I will start by creating a `vitest.browser.setup.ts` file. The naming here doesn't matter that much, but I like to keep Vitest-related files starting with `vitest.*`.
66

7-
In that file, I will import the assets I want to apply to all rendered components:
7+
In that file, I will import the assets I want to include when rendering any component:
88

99
```ts filename=vitest.browser.setup.ts add=1
1010
import './src/index.css'

0 commit comments

Comments
 (0)