Skip to content

Commit

Permalink
Include the whole test folder in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hstandaert committed Apr 15, 2024
1 parent 90693ae commit d20e9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test-utils": ["./test/test-utils"]
}
},
"include": ["src", "test/setupTests.ts", "test/__mocks__"],
"include": ["src", "test"],
"references": [
{
"path": "./tsconfig.node.json"
Expand Down

0 comments on commit d20e9ff

Please sign in to comment.