# common-jest-preset **Repository Path**: mirrors_node-modules/common-jest-preset ## Basic Information - **Project Name**: common-jest-preset - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-03 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # common-jest-preset Provide default jest preset config for node-modules group. ## Installation ```bash $ npm i --save-dev common-jest-preset ``` ## Configuration Add these to your `package.json` ```js { "jest": { "preset": "common-jest-preset", "setupFilesAfterEnv": [ "/node_modules/common-jest-preset/setup-jest.js" ] } } ``` ## Rules - support `.cjs` and `.mjs`. - reset global console to clean the boring line number.