Man page - jest-repl(1)
Packages contains this manual
- node-types-natural-compare
- node-jest-environment-node
- node-jest-snapshot-serializer-raw
- node-jest-leak-detector
- node-jest-config
- node-jest-resolve-dependencies
- node-jest-console
- node-jest-expect
- node-jest-mock
- node-jest-test-utils
- node-natural-compare
- node-jest-cli
- node-jest-haste-map
- node-babel-jest
- node-expect
- node-jest-snapshot
- node-jest-fake-timers
- node-jest-repl
- node-jest-pnp-resolver
- node-jest-regex-util
- node-jest-source-map
- node-jest-test-sequencer
- node-jest-test-result
- node-diff-sequences
- node-jest-core
- node-jest-tobetype
- node-jest-circus
- node-jest-jasmine2
- node-jest-runner
- node-jest-expect-utils
- node-jest-globals
- node-jest-message-util
- node-jest-transform
- node-jest-reporters
- node-jest-each
- node-jest-get-type
- node-jest-runtime
- jest
- node-jest-watcher
- node-jest-changed-files
- node-jest-test-globals
- node-jest-diff
- node-jest-environment
- node-jest-matcher-utils
- node-types-jest
- node-jest-environment-jsdom
- node-jest-docblock
- node-pretty-format
- node-natural-compare-lite
- node-jest-create-cache-key-function
- node-jest-phabricator
- node-collect-v8-coverage
- node-jest-resolve
- node-jest-validate
apt-get install jest
Manual
JEST-REPL.JS
NAMESYNOPSIS
OPTIONS
NAME
jest-repl.js - Jest cli usable in a sandboxed Jest environment
SYNOPSIS
jest-repl.js [ --config=<pathToConfigFile> ]
OPTIONS
|
--help |
Show help [boolean] |
--version
Show version number [boolean]
--cache
Whether to use the preprocessor cache. Disable the cache using --no-cache . [boolean] [default: true]
-c , --config
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]
-r , --replname
The "name" of the file given to transformers to be transformed. For example, "repl.ts" if using a TypeScript transformer. [string]