Man page - jest-repl(1)
Packages contas this manual
- node-jest-environment
- node-jest-cli
- node-jest-transform
- node-jest-phabricator
- node-jest-diff
- node-jest-mock
- node-babel-jest
- node-jest-leak-detector
- node-jest-matcher-utils
- node-jest-watcher
- node-natural-compare-lite
- node-pretty-format
- node-types-natural-compare
- node-jest-repl
- node-jest-config
- node-jest-changed-files
- node-jest-fake-timers
- node-collect-v8-coverage
- node-jest-pnp-resolver
- node-jest-console
- node-jest-each
- node-jest-validate
- node-jest-expect-utils
- node-jest-haste-map
- node-jest-jasmine2
- node-jest-create-cache-key-function
- node-jest-get-type
- node-jest-runtime
- node-natural-compare
- node-diff-sequences
- node-jest-snapshot
- node-jest-reporters
- node-jest-source-map
- node-jest-docblock
- node-expect
- node-jest-message-util
- node-jest-test-utils
- node-jest-resolve-dependencies
- node-jest-environment-jsdom
- node-jest-expect
- node-jest-environment-node
- node-types-jest
- node-jest-test-result
- node-jest-resolve
- node-jest-tobetype
- node-jest-test-sequencer
- node-jest-runner
- node-jest-test-globals
- node-jest-globals
- node-jest-circus
- node-jest-regex-util
- node-jest-snapshot-serializer-raw
- jest
- node-jest-core
Package: jest
apt-get install jest
apt-get install jest
Manuals in package:
Documentations in package:
Manual
| JEST-REPL.JS(1) | User Commands | JEST-REPL.JS(1) |
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]
| December 2023 | jest-repl.js 29.6.2 |