Skip to content

Commit 316a8e9

Browse files
committed
Fix test types
1 parent 98b54e4 commit 316a8e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/node/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33

4-
"include": ["src/**/*", "./src/integrations/diagnostic_channel.d.ts"],
4+
"include": ["src/**/*"],
55

66
"compilerOptions": {
77
"lib": ["es2018"],

packages/node/tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.json",
33

4-
"include": ["test/**/*"],
4+
"include": ["test/**/*", "./src/integrations/diagnostic_channel.d.ts"],
55

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

0 commit comments

Comments
 (0)