Skip to content

Commit

Permalink
Fix: Remove process of teardown for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimeno04 committed Aug 15, 2024
1 parent f6a8e0c commit bda4efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const jestConfig: JestConfigWithTsJest = {
globalSetup: `${baseTestDir}/config/jest.watch-mode.setup.ts`,
} : {
globalSetup: `${baseTestDir}/config/jest.setup.ts`,
globalTeardown: `${baseTestDir}/config/jest.teardown.ts`,
//globalTeardown: `${baseTestDir}/config/jest.teardown.ts`,
}),
transform: {
'^.+\\.ts?$': 'ts-jest',
Expand Down

0 comments on commit bda4efd

Please sign in to comment.