mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-09 21:58:06 -05:00
chore: use browser for testing, since node is not supported
This commit is contained in:
@@ -14,7 +14,7 @@ dependencies = [
|
||||
|
||||
[tasks.test]
|
||||
command = "wasm-pack"
|
||||
args = ["test", "--release", "--node"]
|
||||
args = ["test", "--release", "--firefox", "--headless"]
|
||||
dependencies = ["build"]
|
||||
|
||||
[tasks.login]
|
||||
|
||||
Reference in New Issue
Block a user