diff --git a/src/index.js b/src/index.js index b1a33c5c..ac49cc23 100644 --- a/src/index.js +++ b/src/index.js @@ -9,7 +9,7 @@ if (jestExpect !== undefined) { console.error( "Unable to find Jest's global expect." + '\nPlease check you have added jest-extended correctly to your jest configuration.' + - '\nSee https://github.com/mattphillips/jest-extended#setup for help.' + '\nSee https://github.com/jest-community/jest-extended#setup for help.' ); /* eslint-enable no-console */ }