jest-repl.js - manual page for jest-repl.js 26.6.3
jest-repl.js [--config=<pathToConfigFile>]
- --help
- Show help [boolean]
- --version,
-v
- Print the version and exit [boolean]
- --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]
- --watchman
- Whether to use watchman for file crawling. Disable using
--no-watchman. [boolean] [default: true]
- --replname,
-r
- The "name" of the file given to transformers to be transformed.
For example, "repl.ts" if using a TypeScript transformer.
[string]