Skip to content

Commit ad46a37

Browse files
committed
chore(deps): update configs
1 parent 11b9804 commit ad46a37

5 files changed

Lines changed: 51 additions & 264 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A modular, production-grade utility toolkit for Node.js and TypeScript, designed for robust, scalable applications (including Express-based services). All utilities are tree-shakable and can be imported independently.
66

7-
![CI](https://github.com/catbee-technologies/catbee-utils/actions/workflows/node-build.yml/badge.svg) ![Coverage](https://codecov.io/gh/catbee-technologies/catbee-utils/branch/main/graph/badge.svg) ![Audit](https://github.com/catbee-technologies/catbee-utils/actions/workflows/audit.yml/badge.svg) ![Publish](https://github.com/catbee-technologies/catbee-utils/actions/workflows/npm-publish.yml/badge.svg)
7+
[build](https://github.com/catbee-technologies/catbee-utils/actions/workflows/node-build.yml/badge.svg) ![test](https://github.com/catbee-technologies/catbee-utils/actions/workflows/code-coverage.yml/badge.svg) ![coverage](https://codecov.io/gh/catbee-technologies/catbee-utils/branch/main/graph/badge.svg) ![dependencies](https://img.shields.io/librariesio/release/npm/@catbee%2Futils)
88

99
## 📦 Installation
1010

jest.config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ export default {
33
preset: 'ts-jest',
44
testEnvironment: 'node',
55
collectCoverage: false,
6+
resetMocks: true,
7+
resetModules: true,
68
collectCoverageFrom: ['src/**/*.ts'],
79
coverageDirectory: 'reports/coverage',
810
coverageReporters: ['text', 'text-summary', 'lcov'],

0 commit comments

Comments
 (0)