Skip to content
This repository was archived by the owner on Sep 13, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (15 loc) · 611 Bytes

File metadata and controls

26 lines (15 loc) · 611 Bytes

Zap SDK development

ZAP DFD

Security and Liability

All contracts are WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Tests

git clone --recurse-submodules https://github.com/zapproject/FeedArbitration.git

git submodule update --init --recursive

then run command

yarn install

for run test with coveralls.io

yarn run test

for run test locally

yarn run test_local

for code coverage

yarn run coverage