From 0f55dc76a54dda36b4f321d623edd365f94d0403 Mon Sep 17 00:00:00 2001 From: Lloyd Watkin Date: Sat, 1 Dec 2018 19:30:50 +0000 Subject: [PATCH] Update error message --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }