Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 576 Bytes

Tests

Before running the tests, make sure the local environment is up and running, as explained in the Honeypot DApp documentation.

With all set, proceed as explained below.

Update git submodules

From the project root directory, execute:

git submodule update --init

Download modules and build test code

yarn && yarn build

Run the tests

yarn test

For more information regarding the project scripts, refer to package.json.