chore: fixed included files on surveys package tests (#5723)

This commit is contained in:
victorvhs017
2025-05-09 02:49:02 +07:00
committed by GitHub
parent 154c85a0f7
commit 2b57b2080b
+2 -5
View File
@@ -23,11 +23,8 @@ const config = ({ mode }) => {
reporter: ["text", "html", "lcov"],
reportsDirectory: "./coverage",
include: [
"src/lib/api-client.ts",
"src/lib/response-queue.ts",
"src/lib/logic.ts",
"src/components/buttons/*.tsx",
"src/components/general/*.tsx",
"src/lib/**/*.{ts,tsx}",
"src/components/**/*.{ts,tsx}"
],
},
},