Skip to content

Commit 19a31e7

Browse files
committed
01: add intro and outro
1 parent 47974ac commit 19a31e7

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

exercises/01.setup/FINISHED.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Setup
22

3-
Great job! :tada: Take a rest and let's continue.
3+
Great job! :tada: The first exercise block is done. Take a quick break and come back to continue with the test context.

exercises/01.setup/README.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Setup
22

3-
...
3+
<callout-success>Proficiency with any tool starts from the proper configuration.</callout-success>
4+
5+
Let's kick things off by getting your more productive with Vitest. Specifically, focusing on the following areas:
6+
7+
1. Make you write, iterate, and debug tests faster;
8+
1. Reuse Vitest for testing different code with different requirements;
9+
1. Help you find problematic areas in your code with code coverage.
10+
11+
Every exercise in this block will focus on one of the topics above. It's time for you to switch to the `/playground` directory and let the workshop commence!

0 commit comments

Comments
 (0)