Skip to content
This repository was archived by the owner on May 27, 2022. It is now read-only.

Commit 1b4f779

Browse files
committed
test: added coverage command
1 parent 0891570 commit 1b4f779

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.DS_Store
33
node_modules
44
dist
5+
coverage

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"start": "tsdx watch",
1111
"build": "tsdx build",
1212
"test": "tsdx test",
13+
"test:coverage": "tsdx test --coverage",
1314
"lint": "tsdx lint",
1415
"prepare": "tsdx build"
1516
},

0 commit comments

Comments
 (0)