swc/crates/swc_bundler/scripts/test.sh
2021-11-09 20:42:49 +09:00

7 lines
156 B
Bash
Executable File

#!/usr/bin/env bash
set -eux
cargo test --lib
cargo test --test fixture
(cd ../spack && cargo test --test fixture)
cargo test --test deno $@ -- --nocapture