Contributor app tests (#143)

Adds tests for the contributor contract
This commit was merged in pull request #143.
This commit is contained in:
Haythem Sellami
2019-07-22 07:55:22 +01:00
committed by Michael Bumann
parent 4ae17aa36f
commit eb4e06edf1
17 changed files with 785 additions and 1261 deletions

View File

@@ -6,13 +6,25 @@ node_js:
sudo: false
dist: xenial
cache:
directories:
- node_modules
- apps/contribution/node_modules
- apps/contributor/node_modules
- apps/proposal/node_modules
- apps/token/node_modules
- apps/vault/node_modules
install:
- npm install
before_script:
- npm run devchain &
script:
- npm run lint:wrapper
- npm run lint:contract-tests
# - yarn lint:contracts
- npm run test
branches:
only: