feat: fix unit and add e2e test

This commit is contained in:
Richard Simpson 2019-09-20 17:11:09 -05:00
parent 0b17727b1c
commit 33ba690ebb
No known key found for this signature in database
GPG key ID: 0CECAF50D013D1E2
8 changed files with 180 additions and 97 deletions

View file

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"test": "jest",
"test:integration": "jest -c integration/jest.config.js",
"test:e2e": "jest -c e2e/jest.config.js"
},
"repository": {