.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. .TH JEST-REPL.JS "1" "April 2023" "jest-repl.js 29.3.1" "User Commands" .SH NAME jest-repl.js \- Jest cli usable in a sandboxed Jest environment .SH SYNOPSIS .B jest-repl.js [\fI\,--config=\/\fR] .SH OPTIONS .TP \fB\-\-help\fR Show help [boolean] .TP \fB\-\-version\fR Show version number [boolean] .TP \fB\-\-cache\fR Whether to use the preprocessor cache. Disable the cache using \fB\-\-no\-cache\fR. [boolean] [default: true] .TP \fB\-c\fR, \fB\-\-config\fR The path to a Jest config file. [string] .TP \fB\-\-debug\fR Print debugging info about your jest config. [boolean] .TP \fB\-\-watchman\fR Whether to use watchman for file crawling. Disable using \fB\-\-no\-watchman\fR. [boolean] [default: true] .TP \fB\-r\fR, \fB\-\-replname\fR The "name" of the file given to transformers to be transformed. For example, "repl.ts" if using a TypeScript transformer. [string]