Add JS tests
This commit is contained in:
parent
8004ac3742
commit
1bc6117045
3 changed files with 89 additions and 4 deletions
|
|
@ -2,10 +2,14 @@
|
|||
|
||||
set -e
|
||||
|
||||
wasm-pack build --target web --features wasm
|
||||
wasm-pack build --target web --features wasm,wee_alloc
|
||||
cargo test --verbose
|
||||
cargo test --features serde
|
||||
cargo test --features wasm
|
||||
wasm-pack test --node --features wasm
|
||||
cargo test --features wasm,wee_alloc
|
||||
wasm-pack test --node --features wasm,wee_alloc
|
||||
|
||||
echo "Success!"
|
||||
cd reconcile-js
|
||||
npm run test
|
||||
cd -
|
||||
|
||||
echo "Success!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue