common-jest-preset
v1.0.0
Published
common jest preset for node-modules group
Readme
common-jest-preset
Provide default jest preset config for node-modules group.
Installation
$ npm i --save-dev common-jest-presetConfiguration
Add these to your package.json
{
"jest": {
"preset": "common-jest-preset",
"setupFilesAfterEnv": [
"<rootDir>/node_modules/common-jest-preset/setup-jest.js"
]
}
}Rules
- support
.cjsand.mjs. - reset global console to clean the boring line number.
