Writing tests early and testing your code helps you catch bugs and ensure your code does what you think it does. MiniScript offers a way to do that. The QA module.

In this short blog I want to show you how I use MiniScript's QA module (https://miniscript.org/wiki/QA) to test my MiniScript...