jest/init

Initialize Jest

Initialize Jest configuration

jest
init
config

Command

npx jest --init

Explanation

Creates a jest.config.js file with interactive configuration setup.

Examples

Initialize Jest config

npx jest --init

Initialize with TypeScript support

npx jest --init --typescript