Skip to content

Commit

Permalink
Update error message (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin authored and mattphillips committed May 10, 2019
1 parent 514cc5b commit 2d6ea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}

0 comments on commit 2d6ea0d

Please sign in to comment.