Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Testing in JavaScript Demo

Demo code for my "Testing in JavaScript" talk.

Slides can be found at Speaker Deck.

Installation:

yarn install

Running:

yarn start

Running unit tests (watch mode):

yarn test

Running unit tests:

CI=true yarn test

Running integration tests:

yarn run e2e