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

@@ -25,6 +25,8 @@ k256 = { version = "0.13", features = ["ecdsa"] }
[dev-dependencies]
wasm-bindgen-test = "0.3"
web-sys = { version = "0.3", features = ["console"] }
tempfile = "3"
kvstore = { path = "../kvstore" }
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }