Skip to content

Commit

Permalink
Fix test types
Browse files Browse the repository at this point in the history
  • Loading branch information
timfish committed Oct 8, 2024
1 parent d338d73 commit 5168f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",

"include": ["test/**/*"],
"include": ["test/**/*", "./src/integrations/diagnostic_channel.d.ts"],

"compilerOptions": {
// should include all types from `./tsconfig.json` plus types for all test frameworks used
Expand Down

0 comments on commit 5168f13

Please sign in to comment.