chore: use browser for testing, since node is not supported

This commit is contained in:
Rahul Ghangas
2023-02-24 11:54:44 +05:30
parent a7f6d63060
commit 4fbb1525ea

View File

@@ -14,7 +14,7 @@ dependencies = [
[tasks.test]
command = "wasm-pack"
args = ["test", "--release", "--node"]
args = ["test", "--release", "--firefox", "--headless"]
dependencies = ["build"]
[tasks.login]