Skip to content

Commit

Permalink
chore: add setup.ts to tsconfig.tests.json include array
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Oct 16, 2023
1 parent f5511c3 commit 759f29e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tsconfig.tests.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"extends": "./tsconfig.json",
"include": ["src/**/__tests__/**/*.ts", "src/**/__tests__/**/*.tsx"],
"include": [
"src/**/__tests__/**/*.ts",
"src/**/__tests__/**/*.tsx",
"src/config/jest/setup.ts"
],
"exclude": []
}

0 comments on commit 759f29e

Please sign in to comment.