mrdulin / jest-codelab

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 v24.x.x by examples

License:MIT License


Languages

Language:TypeScript 74.4%Language:JavaScript 25.6%Language:HTML 0.0%