We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514cc5b commit 2d6ea0dCopy full SHA for 2d6ea0d
src/index.js
@@ -9,7 +9,7 @@ if (jestExpect !== undefined) {
9
console.error(
10
"Unable to find Jest's global expect." +
11
'\nPlease check you have added jest-extended correctly to your jest configuration.' +
12
- '\nSee https://github.com/mattphillips/jest-extended#setup for help.'
+ '\nSee https://github.com/jest-community/jest-extended#setup for help.'
13
);
14
/* eslint-enable no-console */
15
}
0 commit comments