Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.