Skip to content

Commit f8e5341

Browse files
committed
add integration test
1 parent 28aa0ca commit f8e5341

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-
Our current Vitest configuration runs _all tests_ in Browser Mode. This isn't ideal when you need to run different types of tests in the same project - like unit tests in Node.js alongside browser-based component tests.
3+
Our current Vitest configuration runs _all tests_ in Browser Mode. This isn't ideal when you need to run different types of tests in the same project - like unit and integration tests in Node.js alongside browser-based component tests.
44

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

0 commit comments

Comments
 (0)