Skip to content

Commit a369c3d

Browse files
author
Bieber
committed
test: add coverage cmd
1 parent d41b5bd commit a369c3d

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitpod.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: yarn install && yarn run build
7+
8+

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "./es/index.js",
66
"scripts": {
77
"test": "jest",
8+
"test:coverage": "jest --coverage",
89
"build": "yarn clean && tsc -p tsconfig.build.json && webpack",
910
"release": "yarn build && standard-version",
1011
"clean": "rm -rf ./es/*",

0 commit comments

Comments
 (0)