jest
Jest is using
mhy/configs/swcconfig. You don't want your test environment to act differently.
Default command
jest --passWithNoTests --colors --config=mhy/configs/jestCLI Options
https://jestjs.io/docs/en/cli.html
Examples
Default CLI
mhy jestOnly test one file
mhy jest src/test.jsUpdate snapshots
mhy jest -uWatcher
mhy jest --watchLast updated
Was this helpful?