jest Command Examples

A zero-configuration JavaScript testing platform. More information: https://jestjs.io.

jest

jest {{path/to/file1 path/to/file2 ...}}

jest {{regular_expression1}} {{regular_expression2}}

jest --testNamePattern {{regular_expression}}

jest --findRelatedTests {{path/to/source_file.js}}

jest --onlyChanged

jest --watch

jest --help