@elenaizaguirre/cactus-test-plugin-consortium-manual

Integration tests for the Quorum ledger and the API server.

Usage no npm install needed!

<script type="module">
  import elenaizaguirreCactusTestPluginConsortiumManual from 'https://cdn.skypack.dev/@elenaizaguirre/cactus-test-plugin-consortium-manual';
</script>

README

@hyperledger/cactus-test-plugin-consortium-manual

Usage

// TODO: DEMONSTRATE API

FAQ

What is a dedicated test package for?

This is a dedicated test package meaning that it verifies the integration between two packages that are somehow dependent on each other and therefore these tests cannot be added properly in the child package due to circular dependency issues and it would not be fitting to add it in the parent because the child package's tests should not be held by the parent as a matter of principle.