Skip to content

Commit

Permalink
Fixed: added missing config to tsconfig.tests.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Mar 13, 2024
1 parent 8d097dd commit 426c1a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"jest.config.integration.ts",
"jest.config.ts",
"jest.config.unit.ts",
"jest.config.functional.ts"
"jest.config.functional.ts",
"jest.config.functionalAndIntegration.ts"
],
"exclude": ["node_modules", "dist"]
}

0 comments on commit 426c1a5

Please sign in to comment.