From 7c63cb6cc92a99659148b639ca63ee1762ac1367 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Tue, 30 Jul 2019 12:33:10 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa54590..546fd04 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. 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 From 6baf968ef69ee64fd9f1ab043a4c909e3c6dc4ce Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Tue, 30 Jul 2019 12:35:15 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 546fd04..20bf42a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ yarn add -D jest-pnp-resolver ## Usage -As of `jest@^24.4.0` you don't need to manually add this package. The default resolver will already use PnP. +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: