swc/crates/swc_node_bundler/scripts/fixture.sh

10 lines
177 B
Bash
Raw Normal View History

#!/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