From eb2fc8a28bcdb1b441a74b4bdc44020089643c84 Mon Sep 17 00:00:00 2001 From: Kulshekhar Kabra Date: Sat, 16 Feb 2019 19:22:39 +0530 Subject: [PATCH] fix: test path for windows (attempt 2) --- jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.js b/jest.config.js index 7787b9ab56..deb6d6ae4c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,7 +4,7 @@ module.exports = { transform: { '\\.ts$': '/dist/index.js', }, - testMatch: ['/src/**/?(*.)+(spec|test).ts?(x)'], + testMatch: ['/src/**/*.spec.ts'], collectCoverageFrom: [ '/src/**/*.ts', '!/src/**/*.d.ts',