Skip to content

Commit 16b6146

Browse files
committed
fix: Add unit test coverage (#6)
* fix: Set up test infra * fix: Unit test coverage progress
1 parent 05e2082 commit 16b6146

8 files changed

+714
-354
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
node_modules
22
.idea
33
*.iml
4+
coverage
45

56
# dotenv environment variable files
67
.env

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

0 commit comments

Comments
 (0)