Skip to content

Commit e645b8b

Browse files
committed
grammar
1 parent 054d1d8 commit e645b8b

File tree

1 file changed

+1
-1
lines changed
  • exercises/02.vitest-browser-mode/05.problem.multiple-workspaces

1 file changed

+1
-1
lines changed

exercises/02.vitest-browser-mode/05.problem.multiple-workspaces/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Multiple workspaces
22

3-
The way you have Vitest configured right now will run _all tests_ using the Browser Mode. This may be not what you want, especially if you are using Vitest for unit testing or integration testing in Node.js in the same project that needs in-browser component tests as well.
3+
The way you have Vitest configured right now will run _all tests_ using Browser Mode. This may not be what you want, especially if you are using Vitest for unit testing or integration testing in Node.js in the same project that needs in-browser component tests as well.
44

55
You can fix this by introducing _different workspaces_ for differnt types of tests. In fact, I think this is just the right task for you...
66

0 commit comments

Comments
 (0)