Skip to content

Learning JavaScript Test Framework - Jestjs by examples

License

Notifications You must be signed in to change notification settings

yogesh-dalvi/jest-codelab

 
 

Repository files navigation

jest-codelab

jest StackShare Build Status Coverage Status

Learning JavaScript Unit Test Framework - Jestjs by examples

Test

Run test for single file:

npm t -- /Users/ldu020/workspace/github.com/mrdulin/jest-codelab/src/stackoverflow/58820204/index.spec.jsx

Run test for single file with coverage report:

npm t -- --coverage /Users/ldu020/workspace/github.com/mrdulin/jest-codelab/src/stackoverflow/58820204/index.spec.jsx

Run test for all files:

npm test

Flag Counter

About

Learning JavaScript Test Framework - Jestjs by examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.0%
  • JavaScript 21.0%