Show HN: Calque, Snapshot Testing in Elixir
github.comSnapshot testing lets you make assertions without manually defining the expected result. Calque captures a snapshot of the output and compares future test runs against it.
Snapshot testing lets you make assertions without manually defining the expected result. Calque captures a snapshot of the output and compares future test runs against it.