mrdulin / jest-v26-codelab

Learning jestjs v26.x.x testing framework by examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jest-v26-codelab

Learning jestjs v26.x.x testing framework by examples

How to run test only changed

--onlyChanged

Alias: -o. Attempts to identify which tests to run based on which files have changed in the current repository. Only works if you're running tests in a git/hg repository at the moment and requires a static dependency graph (ie. no dynamic requires).

npm t -- -o

About

Learning jestjs v26.x.x testing framework by examples

License:MIT License


Languages

Language:TypeScript 69.0%Language:JavaScript 30.7%Language:Dockerfile 0.2%Language:HTML 0.0%Language:Shell 0.0%Language:Pug 0.0%