Skip to content

Commit

Permalink
Merge pull request #354 from qld-gov-au/dependabot/npm_and_yarn/devel…
Browse files Browse the repository at this point in the history
…op/testing-library/jest-dom-6.1.6

Bump @testing-library/jest-dom from 5.17.0 to 6.1.6
  • Loading branch information
ThrawnCA authored Dec 29, 2023
2 parents d2f8feb + 39ed6b6 commit 591df50
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 244 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ module.exports = {
// transform: undefined,
transform: {
"\\.js$": "babel-jest",
"\\.ejs$": "jest-raw-loader",
"\\.ejs$": "./src/utils/jestLoader.js",
},

// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
Expand Down
Loading

0 comments on commit 591df50

Please sign in to comment.