Skip to content

Commit

Permalink
test: add test tsconfig and update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Oct 17, 2024
1 parent 6c69975 commit 99a1b4a
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 75 deletions.
8 changes: 8 additions & 0 deletions __tests__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"types": ["jest"],
"moduleResolution": "node",
"lib": ["ESNext", "DOM"]
},
"extends": "../tsconfig.json"
}
Loading

0 comments on commit 99a1b4a

Please sign in to comment.