Skip to content

Commit 9eedab0

Browse files
committed
add coverage and switch to jest
1 parent 507c301 commit 9eedab0

File tree

4 files changed

+5567
-1072
lines changed

4 files changed

+5567
-1072
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ecmaVersion": 2020
55
},
66
"env": {
7-
"mocha": true,
7+
"jest": true,
88
"es6": true,
99
"node": true
1010
},

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ jobs:
1515
node-version: ${{ matrix.node-version }}
1616
- run: npm ci
1717
- run: npm test
18+
- name: Coveralls
19+
uses: coverallsapp/github-action@master

0 commit comments

Comments
 (0)