diff --git a/package.json b/package.json index 3c7dbce..7be05bb 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ } }, "testMatch": [ - "**/__tests__/*.+(ts|tsx|js)" + "**/tests/*.+(ts|tsx|js)" ], "coverageDirectory": "./coverage/", "collectCoverage": true diff --git a/__tests__/RealTimeAPI.test.ts b/tests/RealTimeAPI.test.ts similarity index 100% rename from __tests__/RealTimeAPI.test.ts rename to tests/RealTimeAPI.test.ts