🐦‍⬛ Snapshot testing in Gleam
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:bookmark: Version 1.2.0

+2 -2
+1 -1
gleam.toml
··· 1 name = "birdie" 2 - version = "1.1.8" 3 4 description = "Snapshot testing in Gleam" 5 licences = ["Apache-2.0"]
··· 1 name = "birdie" 2 + version = "1.2.0" 3 4 description = "Snapshot testing in Gleam" 5 licences = ["Apache-2.0"]
+1 -1
src/birdie.gleam
··· 17 import rank 18 import simplifile 19 20 - const birdie_version = "1.1.8" 21 22 const birdie_snapshots_folder = "birdie_snapshots" 23
··· 17 import rank 18 import simplifile 19 20 + const birdie_version = "1.2.0" 21 22 const birdie_snapshots_folder = "birdie_snapshots" 23