Skip to content

Commit e57e64b

Browse files
authored
Add mockall feature to api for vault crate (#476)
Running `cargo test` now fails since the vault crate needs mockall. In CI we always use `--all-features`.
1 parent fab5553 commit e57e64b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bitwarden-vault/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ wasm-bindgen = { workspace = true, optional = true }
5757
wasm-bindgen-futures = { workspace = true, optional = true }
5858

5959
[dev-dependencies]
60+
bitwarden-api-api = { workspace = true, features = ["mockall"] }
6061
bitwarden-test = { workspace = true }
6162
tokio = { workspace = true, features = ["rt"] }
6263

0 commit comments

Comments
 (0)