veilid/veilid-wasm/wasm_test.sh

5 lines
92 B
Bash
Raw Normal View History

2023-09-05 02:13:58 +00:00
#!/bin/bash
set -eo pipefail
WASM_BINDGEN_USE_NO_MODULE=true wasm-pack test --firefox "$@"