Skip to content

Commit dc5f6c2

Browse files
committed
add prerequisites and resources
1 parent 31f2b0f commit dc5f6c2

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<h1><a href="https://www.epicweb.dev/workshops">Advanced Vitest Patterns</a></h1>
33
<strong>
4-
Become a Vitest superuser.
4+
Become a Vitest superuser 🦹‍♀️
55
</strong>
66
</div>
77

@@ -10,7 +10,7 @@
1010
<div align="center">
1111
<a
1212
alt="Epic Web logo with the words Deployed Version"
13-
href="https://epicweb-dev-advanced-vitest-patterns.fly.dev/"
13+
href="https://advanced-vitest-patterns.epicweb.dev/
1414
>
1515
<img
1616
width="300px"
@@ -29,14 +29,23 @@
2929

3030
## Prerequisites
3131

32-
TODO
32+
- Prior experience with testing frameworks like Jest or Vitest is **required**.
33+
- Basic level of TypeScript is **recommended** since all the exercises are
34+
written in TypeScript and you may have to write a type or two yourself.
35+
- Visual Studio Code or Visual Studio Code-based editor is **recommended** as a
36+
few exercises feature extensions for that editor. The majority of the topics,
37+
however, is editor-agnostic.
3338

3439
## Pre-workshop Resources
3540

3641
Here are some resources you can read before taking the workshop to get you up to
3742
speed on some of the tools and concepts we'll be covering:
3843

39-
TODO
44+
- [Why Vitest?](https://main.vitest.dev/guide/why.html) and
45+
[Vitest comparisons to other tools](https://main.vitest.dev/guide/comparisons.html)
46+
will give you a good understanding as to why we are using Vitest in this (and
47+
other) workshops.
48+
- [Working with Visual Studio Code Extensions Marketplace](https://code.visualstudio.com/docs/configure/extensions/extension-marketplace).
4049

4150
## System Requirements
4251

0 commit comments

Comments
 (0)