fix: Some tests weren't running (#14145)

This commit is contained in:
Alex van Andel
2024-03-19 15:30:37 +00:00
committed by GitHub
parent 68599fc189
commit 86addf3793
+13
View File
@@ -32,6 +32,19 @@ const workspaces = packagedEmbedTestsOnly
},
]
: [
{
test: {
include: ["packages/**/*.{test,spec}.{ts,js}", "apps/**/*.{test,spec}.{ts,js}"],
exclude: [
"**/node_modules/**/*",
"**/.next/**/*",
"packages/embeds/**/*",
"packages/lib/hooks/**/*",
],
name: "@calcom/core",
setupFiles: ["setupVitest.ts"],
},
},
{
test: {
globals: true,