Skip to content

PhonyLou/jest-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jest-101

Let's go with TDD in Front End. Most of the test cases come from the book Test-Driven Development with React.

Setup

$ brew install node
$ npm install -g jest
$ npm install --save-dev babel-jest babel-core regenerator-runtime @babel/preset-env

Run test

$ npm test

About

Let's go with TDD in Front End

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published