From 2d6ea0de7419c374a0ed01d00db9c7c1a6a94794 Mon Sep 17 00:00:00 2001 From: Lloyd Watkin Date: Fri, 10 May 2019 17:16:49 +0100 Subject: [PATCH] Update error message (#187) --- 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 */ }