Skip to content

Commit 0c15780

Browse files
committed
Added test coverage
1 parent 581c890 commit 0c15780

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77

88
# Compiled files
99
/dist/
10+
11+
# Coverage
12+
/coverage/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint-fix": "eslint --fix .",
3232
"prepare": "npm run clean && npm run build && npm run lint",
3333
"prepublishOnly": "npm test",
34-
"test": "jest --passWithNoTests"
34+
"test": "jest --passWithNoTests --coverage=true"
3535
},
3636
"files": [
3737
"/dist",

0 commit comments

Comments
 (0)