jest-runtime.js - manual page for jest-runtime.js v26.6.3
jest-runtime.js [--config=<pathToConfigFile>]
<file>
- --cache
- Whether to use the preprocessor cache. Disable the cache using
--no-cache. [boolean] [default: true]
- --config,
-c
- The path to a Jest config file. [string]
- --debug
- Print debugging info about your jest config. [boolean]
- --version,
-v
- Print the version and exit [boolean]
- --watchman
- Whether to use watchman for file crawling. Disable using
--no-watchman. [boolean] [default: true]