File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 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
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"
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
3641Here are some resources you can read before taking the workshop to get you up to
3742speed 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
You can’t perform that action at this time.
0 commit comments