swc/crates/swc_bundler/scripts/test.sh

7 lines
156 B
Bash
Raw Normal View History

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