Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
moved jest types to the unit test tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
hd-genius committed Aug 10, 2022
1 parent b3db597 commit 9fb923e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
"lib": [
"es2018",
"dom"
],
"types": [
"jest"
]
}
}
3 changes: 3 additions & 0 deletions tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
],
"exclude": [
"node_modules"
],
"types": [
"jest"
]
}

0 comments on commit 9fb923e

Please sign in to comment.