Skip to content

Commit 4009e9c

Browse files
authored
chore: add unit tests (#55)
1 parent 224471b commit 4009e9c

File tree

10 files changed

+6488
-3137
lines changed

10 files changed

+6488
-3137
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11

22
.env
3+
coverage/

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: node_js
2+
node_js:
3+
- "10"
4+
5+
cache: yarn
6+
7+
before_install:
8+
- npm install -g codecov
9+
10+
after_success:
11+
- codecov

0 commit comments

Comments
 (0)