springload / mocha-chai-to-jest

How to migrate unit tests from Mocha and Chai to Jest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrating unit tests from Mocha and Chai to Jest

Build Status Coverage Status dependencies Status devDependencies Status

A how-to, with code samples, to leverage Jest in your React unit tests.

# Setup the project
npm install
# Run Mocha+chai tests
npm run test:mocha
# Run Jest tests
npm run test:jest
# Bonus point: test coverage with Jest
npm run test:jest:coverage

About

How to migrate unit tests from Mocha and Chai to Jest


Languages

Language:JavaScript 100.0%