Skip to content

Commit

Permalink
fix(workspace): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherPHolder committed Aug 26, 2024
1 parent e3fa1d9 commit a5bb40f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/nx-plugin-integration/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
"node"
]
},
"exclude": [
"jest.config.ts",
"src/**/*.spec.ts",
"src/**/*.test.ts"
],
"include": [
"**/*"
"src/**/*.ts"
]
}

0 comments on commit a5bb40f

Please sign in to comment.