Skip to content

Commit

Permalink
chore: add tests to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
isolomak committed Dec 4, 2022
1 parent a1d40bd commit 1fe9532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
]
},
"include": [
"src/**/*"
"src/**/*",
"test/**/*"
],
"exclude": [
"node_modules",
Expand Down

0 comments on commit 1fe9532

Please sign in to comment.