Skip to content

nicolaspayot/jest-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jest demo

Live coding content for Jest demo during:

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 server # start HTTP server for API on http://127.0.0.1:3000 
yarn start # start development HTTP server for src/ files on http://127.0.0.1:8080
yarn test
yarn test --watch

For npm fans

npm install # install dependencies
npm run server # start HTTP server for API on http://127.0.0.1:3000 
npm start # start development HTTP server for src/ files on http://127.0.0.1:8080
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