Skip to content

Commit 889259a

Browse files
committed
fix linting
1 parent 9e08fb6 commit 889259a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/browser/tsconfig.test-integration.json

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

4-
"include": ["test/integration/*"],
4+
"include": ["test/integration/**/*"],
55

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

packages/browser/tsconfig.test.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
33

4-
"include": ["test/*"],
5-
"exclude": ["test/integration/*"],
4+
"include": ["test/**/*"],
5+
"exclude": ["test/integration/**/*"],
66

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

0 commit comments

Comments
 (0)