From 2488330d92ec4f365f5fdae74a65f3b4b88aed5e Mon Sep 17 00:00:00 2001 From: Leo Baker-Hytch Date: Thu, 29 Aug 2019 19:14:17 +0200 Subject: [PATCH] Only run tests against .ts files --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 6d6062b..26fdefe 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,4 +1,5 @@ module.exports = { + testRegex: '.*.test.ts$', preset: 'ts-jest', testEnvironment: 'node', };