Skip to content

Commit

Permalink
fix(example): resolve type error (#4515)
Browse files Browse the repository at this point in the history
  • Loading branch information
jqkk committed Nov 16, 2023
1 parent 60d6d17 commit 2d1b478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/react-testing-lib-msw/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"isolatedModules": true,
"skipLibCheck": false
},
"include": ["./src"]
"include": ["./src", ".src/test/setup.ts"]
}
2 changes: 1 addition & 1 deletion examples/react-testing-lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"isolatedModules": true,
"skipLibCheck": false
},
"include": ["./src"]
"include": ["./src", ".src/test/setup.ts"]
}

0 comments on commit 2d1b478

Please sign in to comment.