Files
tlsn-utils/web-spawn/run_tests.sh
2025-03-07 10:45:38 -08:00

8 lines
275 B
Bash
Executable File

#!/bin/bash
# Test from main browser thread
WASM_BINDGEN_USE_BROWSER=1 wasm-pack test --headless --chrome --firefox -- --features no-bundler
# Test from worker thread
WASM_BINDGEN_USE_DEDICATED_WORKER=1 wasm-pack test --headless --chrome --firefox -- --features no-bundler