Basic draft library #19

Merged
hamcha merged 13 commits from feature/draft-lib into master 2019-09-16 13:53:07 +00:00
Showing only changes of commit 6a863e79b7 - Show all commits

View file

@ -116,14 +116,14 @@ steps:
- name: test
image: node
commands:
- yarn test:unit
- yarn test:unit --runInBand
depends_on:
- dependencies
- name: coverage
image: node
commands:
- yarn test:unit --coverage
- yarn test:unit --coverage --runInBand
depends_on:
- test # Must run after test otherwise SQLite will get mad