Jest driver
Provides Jest support by dynamically generating a
jest.config.js
config file.
#
Requirements- Jest ^26.0.0 || ^27.0.0.
#
InstallationIn your configuration module, install the driver, Jest, and Babel (if required).
- Yarn
- NPM
Create a file at configs/jest.ts
(or js
) in which to house your Jest configuration.
configs/jest.ts
#
IntegrationIn your consuming project, enable the driver by adding jest
to your drivers
config.
.config/beemo.ts