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 1e46ac3 commit 164458c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ module.exports = () => {
// testMatch: [
// '**/?(baseHttp|http|httpUtils).test.js',
// ],
testMatch: [
'**/?(extender|globals|httpSpansAgent|index|logger|reporter|typescript|utils).test.[jt]s',
],
// testMatch: [
// '**/?(extender|globals|httpSpansAgent|index|logger|reporter|typescript|utils).test.[jt]s',
// ],
setupFilesAfterEnv: ['./testUtils/jest.setup.js'],
globalSetup: './testUtils/prismaSetup.js',
silent: true,
Expand Down

0 comments on commit 164458c

Please sign in to comment.