Jest Codelab Save

Learning JavaScript Test Framework - Jestjs v24.x.x by examples

Project README

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

Open Source Agenda is not affiliated with "Jest Codelab" Project. README Source: mrdulin/jest-codelab

Open Source Agenda Badge

Open Source Agenda Rating