Skip to content

Commit 15fb2cc

Browse files
committed
Use snapshot testing for integration tests in installer-downloader
1 parent 580f7b1 commit 15fb2cc

10 files changed

+305
-95
lines changed

Cargo.lock

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

installer-downloader/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ nsvg = "0.5.1"
3232
objc_id = "0.1"
3333

3434
[target.'cfg(any(target_os = "windows", target_os = "macos"))'.dev-dependencies]
35+
serde = { workspace = true, features = ["derive"] }
3536
tokio = { workspace = true, features = ["test-util"] }
37+
insta = { version = "1.42", features = ["yaml"] }
3638

3739
[package.metadata.winres]
3840
LegalCopyright = "(c) 2025 Mullvad VPN AB"

0 commit comments

Comments
 (0)