diff --git a/README.md b/README.md index fa54590..20bf42a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ yarn add -D jest-pnp-resolver ## Usage +As of `jest@^24.4.0` you don't need to manually add this package anymore. The default resolver will already use PnP. + Simply add the resolver to your configuration. For example, a minimal `jest.config.js` would be as such: ```js