Skip to content

Latest commit

 

History

History
76 lines (56 loc) · 1.52 KB

pull_request_template.md

File metadata and controls

76 lines (56 loc) · 1.52 KB

Title of pull request

The pull request should be described here

Description

  • Describe here your pull request modifications
  • It could be more than one thing

How to Test

  • Run both ganache-cli
  • Enter into the bridge directory and run all the tests

Case 1

  1. Go to bridge directory
$~ cd bridge
  1. Run all the tests
$~ npm run test

Expected Result

  • It should pass the test image
  1. Run the first ganache-cli
$~ npm run ganache
  1. Open another shell and run the ganache mirror
$~ npm run ganache-mirror
  1. Go to the federator directory
$~ cd ../federator
  1. Run the integration test
$~ npm run integrationTest

Expected Result

  • It should pass the test image
  1. Run the integration test
$~ npm run integrationTest

Expected Result

  • It should pass the test image

Case N...

Checklist

Bridge Directory cd bridge

  • [] Lint is clean npm run lint
  • [] Test is passing npm run test
  • [] Contracts are compiling npm run compile

Federator Directory cd federator

  • [] Lint is clean npm run lint
  • [] Test is passing npm run test
  • [] Typescript is compiling npm run build