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

10 lines
177 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
cargo test --lib --all-features
TEST="$(echo "$1" |sed 's/\:\:/\//g' | sed 's/_/-/g')"
export TEST;
cargo test --test fixture pass -- --nocapture