Skip to content

Commit

Permalink
remove jest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zbenamram committed Aug 15, 2024
1 parent 77f9962 commit e77ca44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/jest.e2e.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ module.exports = {
'^.+\\.(js)$': 'babel-jest'
},
transformIgnorePatterns: [],
setupFilesAfterEnv: ['./setupTests.ts'],
testMatch: ['<rootDir>/e2e/proxy-node-fetch.e2e.test.ts']
setupFilesAfterEnv: ['./setupTests.ts']
};

0 comments on commit e77ca44

Please sign in to comment.