Skip to content

Commit f6c319c

Browse files
committed
add exercise intro placeholder text
1 parent 4de0f71 commit f6c319c

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

exercises/01.setup/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Setup
2+
3+
There's nothing for you to read here but I will have a lot to say on this topic once we come to this exercise!

exercises/02.context/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Context
2+
3+
There's nothing for you to read here but I will have a lot to say on this topic once we come to this exercise!

exercises/03.assertions/README.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# Assertions
2+
3+
There's nothing for you to read here but I will have a lot to say on this topic once we come to this exercise!
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
11
# Performance
22

3-
## Important defaults
4-
5-
- Vitest isolates each test _file_ (e.g. each test file runs in its own fork/worker/vm).
6-
- Vitest runs test _files_ concurrently.
7-
- Test cases in test files run _sequentially_ (thus a designated `test.concurrent()`).
8-
9-
## Where to start
10-
11-
1. Understand the difference between _parallelism_ and _concurrency_.
3+
There's nothing for you to read here but I will have a lot to say on this topic once we come to this exercise!

0 commit comments

Comments
 (0)