tangle-network / gadget

A framework for building modular AVS and Tangle Blueprints: https://docs.tangle.tools/developers/blueprints.
https://tangle.tools
Apache License 2.0
12 stars 3 forks source link

[TASK] Remove the current method of replacing `blueprint.json` with `blueprint-test.json` #281

Closed tbraun96 closed 3 weeks ago

tbraun96 commented 4 weeks ago

As of now, in order to make tests run, we depend on overwriting blueprint.json with blueprint-test.json. This is bad practice and was merely a temporary workaround to unblock work to ensure the codebase in its entirety was tested during #239.

The solution is to use the emitted blueprint.json from #274