mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-04 19:39:39 -05:00
chore: fixed included files on surveys package tests (#5723)
This commit is contained in:
@@ -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}"
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user