Skip to content

Commit 2d6ea0d

Browse files
lloydwatkinmattphillips
authored andcommitted
Update error message (#187)
1 parent 514cc5b commit 2d6ea0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (jestExpect !== undefined) {
99
console.error(
1010
"Unable to find Jest's global expect." +
1111
'\nPlease check you have added jest-extended correctly to your jest configuration.' +
12-
'\nSee https://github.com/mattphillips/jest-extended#setup for help.'
12+
'\nSee https://github.com/jest-community/jest-extended#setup for help.'
1313
);
1414
/* eslint-enable no-console */
1515
}

0 commit comments

Comments
 (0)