Skip to content

Plakumat/jest-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jest Tutorials

Bunch of Jest tutorials

Build Setup

# install dependencies
yarn install

# run all tests
yarn test

# run single test
yarn test {yourtesttask}.spec.js

# watch all task
yarn test --watchAll

# watch single task
yarn test --watch {yourtesttask}