diff --git a/package.json b/package.json index 081f1b0..a4b9a02 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,9 @@ "ts" ], "rootDir": ".", - "testRegex": "Test.ts$", + "testMatch": [ + "**/tests/**/*Test.ts" + ], "transform": { "^.+\\.(t|j)s$": "ts-jest" },