diff --git a/__tests__/index.ts b/__tests__/index.test.ts similarity index 100% rename from __tests__/index.ts rename to __tests__/index.test.ts diff --git a/package.json b/package.json index ed1f6d2..4bdc42a 100644 --- a/package.json +++ b/package.json @@ -61,10 +61,10 @@ } }, "testMatch": [ - "**/__tests__/*.+(ts|tsx|js)" + "**/__tests__/**/*.test.(ts|tsx|js)" ], "testPathIgnorePatterns": [ "/node_modules/" ] } -} \ No newline at end of file +}