Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
fix build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtrindade committed May 30, 2024
1 parent af28454 commit 77d847c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
modulePathIgnorePatterns: ['build'],
modulePathIgnorePatterns: ['dist'],
coverageReporters: ['text', ['text', { skipFull: true }]],
collectCoverageFrom: ['src/**/*.ts', 'index.ts', '!**/node_modules/**'],
rootDir: '.',
Expand Down

0 comments on commit 77d847c

Please sign in to comment.