#927 enabling the e2e tests

This commit is contained in:
Knut Sveidqvist
2019-09-11 19:23:08 +02:00
parent 7eea957a3b
commit d097b673bb

View File

@@ -4,5 +4,6 @@ node_js:
- "10" - "10"
script: script:
- yarn test --coverage - yarn test --coverage
- yarn e2e
after_success: after_success:
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls - cat ./coverage/lcov.info | ./node_modules/.bin/coveralls