Skip to content

Commit

Permalink
Bump jest to 29 and other dependencies to minor updates (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
piwysocki authored Dec 7, 2022
1 parent bcb878a commit f73d2f2
Show file tree
Hide file tree
Showing 3 changed files with 3,629 additions and 2,793 deletions.
19 changes: 13 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,23 @@ module.exports = {
['jest-junit', { outputDirectory: 'test-results/jest' }],
],
testEnvironment: 'jsdom',
testURL: 'https://www.example.com/',
testEnvironmentOptions: {
url: 'https://www.example.com/',
},
testRegex: '/__tests__/.+test.tsx?$',
globals: {
'ts-jest': {
tsconfig: {
target: 'es6',
},
},
__VERSION__: pkg.version,
},
transform: {
'^.+\\.tsx?$': [
'ts-jest',
{
tsconfig: {
target: 'es6',
},
},
],
},
coverageThreshold: {
global: {
branches: 100,
Expand Down
Loading

0 comments on commit f73d2f2

Please sign in to comment.