Skip to content

Commit 42a0245

Browse files
authored
Merge pull request #100 from epage/debug
test(render): Migrate to snapshot tests
2 parents c0dc580 + 449feec commit 42a0245

File tree

3 files changed

+463
-297
lines changed

3 files changed

+463
-297
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ criterion = "0.5.1"
3333
difference = "2.0.0"
3434
glob = "0.3.1"
3535
serde = { version = "1.0.197", features = ["derive"] }
36-
snapbox = { version = "0.5.8", features = ["diff", "harness", "path", "term-svg", "cmd", "examples"] }
36+
snapbox = { version = "0.5.9", features = ["diff", "harness", "path", "term-svg", "cmd", "examples"] }
3737
toml = "0.5.11"
3838

3939
[[bench]]

0 commit comments

Comments
 (0)