Skip to content

Commit b52c096

Browse files
committed
fix conflict
2 parents b62776d + 0f6599c commit b52c096

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
dist/
22
node_modules/
3+
coverage/

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"test": "jest",
8+
"coverage": "jest --coverage",
89
"start": "ts-node src/index.ts",
910
"build": "tsc"
1011
},

0 commit comments

Comments
 (0)