Fix test script

This commit is contained in:
Andras Schmelczer 2025-07-06 12:40:37 +01:00
commit ee5776c8e1
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C

View file

@ -9,6 +9,7 @@ cargo test --features wasm,wee_alloc
wasm-pack test --node --features wasm,wee_alloc wasm-pack test --node --features wasm,wee_alloc
cd reconcile-js cd reconcile-js
npm install
npm run test npm run test
cd - cd -