From 6824ac49ee36ee00f29aa97fe9001f6b5696cbe2 Mon Sep 17 00:00:00 2001 From: Kulshekhar Kabra Date: Sat, 16 Feb 2019 19:02:38 +0530 Subject: [PATCH] fix: test path for windows (attempt 1) --- e2e/jest.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/jest.config.js b/e2e/jest.config.js index 2ce70c5dc7..fef46c6df5 100644 --- a/e2e/jest.config.js +++ b/e2e/jest.config.js @@ -3,7 +3,7 @@ module.exports = { transform: { '\\.ts$': '/dist/index.js', }, - testMatch: ['/e2e/__tests__/**/?(*.)+(spec|test).ts?(x)'], + testMatch: ['/e2e/__tests__/**/*.test.ts'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'], testEnvironment: 'node', snapshotSerializers: [