Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jun 22, 2023
1 parent 9e08fb6 commit 889259a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/browser/tsconfig.test-integration.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",

"include": ["test/integration/*"],
"include": ["test/integration/**/*"],

"compilerOptions": {
// should include all types from `./tsconfig.json` plus types for all test frameworks used
Expand Down
4 changes: 2 additions & 2 deletions packages/browser/tsconfig.test.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "./tsconfig.json",

"include": ["test/*"],
"exclude": ["test/integration/*"],
"include": ["test/**/*"],
"exclude": ["test/integration/**/*"],

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

0 comments on commit 889259a

Please sign in to comment.