diff --git a/tsconfig.json b/tsconfig.json index 8913f37..2a227e5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -59,5 +59,9 @@ "**/*.spec.mts", "**/*.spec.js", "**/*.spec.ts", + "**/*.test.mjs", + "**/*.test.mts", + "**/*.test.js", + "**/*.test.ts", ], }