Ignores API unit tests for now

gh-readonly-queue/main/pr-8948-448792aafef9d7a4cfdc628a3bdf5a3f2126043e
zomars 2023-05-25 11:53:47 -07:00
parent a93e1b2881
commit 8795f41b78
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ export default defineWorkspace([
{
test: {
include: ["packages/**/*.{test,spec}.{ts,js}", "apps/**/*.{test,spec}.{ts,js}"],
// TODO: Ignore the api until tests are fixed
exclude: ["apps/api/**/*", "**/node_modules/**/*"],
},
},
{