From ee5776c8e1ad6d8c98dcb65804a9b80527f739e6 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 6 Jul 2025 12:40:37 +0100 Subject: [PATCH] Fix test script --- scripts/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/test.sh b/scripts/test.sh index 9c556df..1f365ba 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -9,6 +9,7 @@ cargo test --features wasm,wee_alloc wasm-pack test --node --features wasm,wee_alloc cd reconcile-js +npm install npm run test cd -