From c95734bb04e0f57e64893b9890d6512516d2109d Mon Sep 17 00:00:00 2001 From: "Kevin C. Coram" Date: Wed, 4 Sep 2019 22:11:00 -0400 Subject: [PATCH] Use Nrwl jest resolver plugin --- jest.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index d25d5ac..0fe1fe8 100644 --- a/jest.config.js +++ b/jest.config.js @@ -107,7 +107,8 @@ module.exports = { // A path to a custom resolver // resolver: null, - + resolver: '@nrwl/jest/plugins/resolver', + // Automatically restore mock state between every test // restoreMocks: false,