fix: Some tests weren't running (#14145)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user