Skip to content

Commit

Permalink
chore: revert jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfiedler committed Apr 19, 2024
1 parent fbc3366 commit c1ad5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.integration.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
preset: 'ts-jest',
// TODO: this should be using globalSetup once this is resolved: https://github.com/kulshekhar/ts-jest/issues/4127
globalSetup: './tests/integration/jest.setup.ts',
setupFiles: ['./tests/integration/jest.setup.ts'],
globalTeardown: './tests/integration/jest.teardown.ts',
clearMocks: true,
moduleFileExtensions: ['ts', 'js', 'mjs'],
Expand Down

0 comments on commit c1ad5ba

Please sign in to comment.