Skip to content

Commit

Permalink
feat(): ci debug,
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Orlovsky committed Sep 16, 2024
1 parent bcef855 commit 300cb68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ module.exports = () => {
coverageDirectory: './coverage/',
coverageThreshold: coverageThreshold,
modulePaths: ['<rootDir>/dist'],
roots: ['<rootDir>/src/events', '<rootDir>/src/utils'],
roots: ['<rootDir>/src/events',
'<rootDir>/src/utils',
'<rootDir>/src/guards',
'<rootDir>/src/parsers',
'<rootDir>/src/spans'],
setupFilesAfterEnv: ['./testUtils/jest.setup.js'],
globalSetup: './testUtils/prismaSetup.js',
silent: true,
Expand Down

0 comments on commit 300cb68

Please sign in to comment.