From 6bced576bf61204b258aa8c9f2923eb1d6fee043 Mon Sep 17 00:00:00 2001 From: Laura Liberda Date: Fri, 26 Feb 2021 00:47:02 +0100 Subject: [PATCH] jest: do not test built files --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 4a5b465..cb7629e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,5 @@ module.exports = { preset: 'ts-jest', testEnvironment: 'node', + rootDir: 'src', };