Skip to content

Commit

Permalink
Add snapshot test for platform tags (#2482)
Browse files Browse the repository at this point in the history
Adding ordering test coverage as a preface to fixing
#2477 (see #2483)
  • Loading branch information
zanieb authored Mar 16, 2024
1 parent db5898b commit eac2351
Show file tree
Hide file tree
Showing 3 changed files with 1,370 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions crates/platform-tags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ workspace = true
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"] }
thiserror = { workspace = true }

[dev-dependencies]
insta = { version = "1.36.1" }
Loading

0 comments on commit eac2351

Please sign in to comment.