Skip to content

Commit

Permalink
Merge pull request #100 from epage/debug
Browse files Browse the repository at this point in the history
test(render): Migrate to snapshot tests
  • Loading branch information
Muscraft authored Mar 13, 2024
2 parents c0dc580 + 449feec commit 42a0245
Show file tree
Hide file tree
Showing 3 changed files with 463 additions and 297 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ criterion = "0.5.1"
difference = "2.0.0"
glob = "0.3.1"
serde = { version = "1.0.197", features = ["derive"] }
snapbox = { version = "0.5.8", features = ["diff", "harness", "path", "term-svg", "cmd", "examples"] }
snapbox = { version = "0.5.9", features = ["diff", "harness", "path", "term-svg", "cmd", "examples"] }
toml = "0.5.11"

[[bench]]
Expand Down
Loading

0 comments on commit 42a0245

Please sign in to comment.