From 5650754d3c6b69a7c5f070311722c8346a0f050b Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Mon, 27 Mar 2017 20:44:55 +0200 Subject: [PATCH] fix: make tests work on windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3249bda..f26233e 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "transform": { ".(ts|tsx)": "/node_modules/ts-jest/preprocessor.js" }, - "testRegex": "/src/.*(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", + "testRegex": "src/.*(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "moduleFileExtensions": [ "ts", "tsx",