Add ability to update snapshots (#4)

This commit is contained in:
Patrick Stevens
2025-06-16 11:53:26 +01:00
committed by GitHub
parent 39370d5235
commit 9d20d18954
18 changed files with 727 additions and 34 deletions

View File

@@ -0,0 +1,14 @@
namespace BigExample
open WoofWare.Expect
module MyModule =
let foo () =
expect {
snapshot
"test
with
newlines"
return 123
}