@alleycorpnord/jest-config
v0.0.12
Published
It support typescript out of the box !
Readme
Alley Corp Nord jest config
It support typescript out of the box !
yarn add -D @alleycorpnord/jest-configThen create a file named jest.config.js with the following contents:
// jest.config.js
const baseConfig = require("@alleycorpnord/jest-config");
module.exports = Object.assign(baseConfig, {
// override here
});Quick notes:
- your typescript config file should contain:
"jsx": "react"if you intend to test react apps
