Skip to content

Commit 9f5df98

Browse files
committed
remove exclusion from tsconfig
1 parent 0cdbdb0 commit 9f5df98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.test.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"rootDir": "src"
1515
},
1616
"include": ["src/**/*.test.ts"],
17-
"exclude": ["src/test/**/*.js", "src/integrations/terminal/**/*"]
17+
"exclude": ["src/test/**/*.js"]
1818
}

0 commit comments

Comments
 (0)