Skip to content

Commit

Permalink
fix: set testURL in web preset
Browse files Browse the repository at this point in the history
tough-cookie 4.1 broke testing with MSW salesforce/tough-cookie#246 (comment)
  • Loading branch information
jtoar committed Aug 23, 2022
1 parent eef20f9 commit 8ef8cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/testing/config/jest/web/jest-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = {
rootDir: rwjsPaths.base,
roots: [path.join(rwjsPaths.web.src)],
testEnvironment: path.join(__dirname, './RedwoodWebJestEnv.js'),
testURL: 'https://redwoodjs.com',
displayName: {
color: 'blueBright',
name: 'web',
Expand Down

0 comments on commit 8ef8cc4

Please sign in to comment.