From e6bd4f6666bfb93f706b960e9bbf13c7b3c92e7a Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Mon, 27 Dec 2021 17:08:16 +0100 Subject: build: Test runner configuration per package --- jest.config.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jest.config.js') diff --git a/jest.config.js b/jest.config.js index 55e3e29..1924169 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,5 +4,11 @@ module.exports = { preset: 'ts-jest', resetMocks: true, + restoreMocks: true, testEnvironment: 'node', + testPathIgnorePatterns: [ + '/dist/', + '/dist-types', + '/node_modules/', + ], }; -- cgit v1.2.3-54-g00ecf