Skip to content

paulinejamin/jest-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jest demo

Live coding content for Jest demo during SnowCampIO 2018: http://slides.com/npayot/snowcamp2018-modern-js-testing

Requirements

  • Chrome V61+ (use of ES6 modules directly in the browser)
  • node v8+ (use of async / await) / npm / yarn

Usage

For yarn fans

yarn # install dependencies
yarn start # start HTTP server for API on http://127.0.0.1:3000
yarn test
yarn test --watch

For npm fans

npm install # install dependencies
npm start # start HTTP server for API on http://127.0.0.1:3000
npm test
npm test -- --watch

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • HTML 13.8%