Skip to content

Commit

Permalink
Ignores API unit tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zomars committed May 25, 2023
1 parent a93e1b2 commit 8795f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vitest.workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*"],
},
},
{
Expand Down

0 comments on commit 8795f41

Please sign in to comment.