Skip to content

ashleyfrieze/easy-tdd-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy TDD with TypeScript and Vitest

Examples relating to the Easy Test Driven Development with TypeScript and Vitest course on Udemy.com.

This repo contains the example code in both vitest and jest format. Though the course focuses on Vitest, the techniques are easily converted to jest.

To use the code, navigate to:

<vitest|jest>/<section>/<example name>

Then within that directory, to try the tests:

npm i
npm run test

The code has been built with node20. You may use the .nvmrc file by typing nvm use if you're an nvm user.

See also the cheatsheets, especially for Jest users

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published