fix: fix tests and add Makefile

This commit is contained in:
2025-05-16 03:42:48 +03:00
parent 85a15edaec
commit 19f46d6edb
6 changed files with 168 additions and 13 deletions

View File

@@ -1,6 +1,7 @@
//! WASM integration test for SessionManager using kvstore::WasmStore
use vault::Vault;
use vault::{Vault, KeyType, KeyMetadata, SessionManager};
#[cfg(target_arch = "wasm32")]
use kvstore::WasmStore;
use wasm_bindgen_test::*;