Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
/ jest-codelab Public archive

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

License

Notifications You must be signed in to change notification settings

mrdulin/jest-codelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d85f355 · Oct 25, 2021
Oct 25, 2021
Sep 16, 2019
Oct 25, 2021
Oct 25, 2021
Oct 8, 2018
Nov 14, 2019
Sep 6, 2020
Nov 14, 2019
Sep 29, 2019
Oct 8, 2018
Nov 14, 2019
Nov 16, 2019
Nov 25, 2020
Nov 25, 2020
Oct 25, 2021
Oct 25, 2021
Sep 7, 2020
Dec 5, 2019
Oct 25, 2021

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