From d2023f120856314d5c3ca5b2661f894fda471384 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Sun, 17 Feb 2019 01:36:03 +0100 Subject: [PATCH] chore: collect coverage from TS files --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 7bda2df4675a..81f208271834 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,6 +5,7 @@ module.exports = { collectCoverageFrom: [ '**/packages/*/**/*.js', + '**/packages/*/**/*.ts', '!**/bin/**', '!**/cli/**', '!**/perf/**',