jest

  • Jest is using mhy/configs/swc config. You don't want your test environment to act differently.

Default command

jest --passWithNoTests --colors --config=mhy/configs/jest

CLI Options

https://jestjs.io/docs/en/cli.html

Examples

Default CLI

mhy jest

Only test one file

mhy jest src/test.js

Update snapshots

mhy jest -u

Watcher

mhy jest --watch

Last updated