swc/crates/swc_ecma_minifier/scripts/test.sh

9 lines
136 B
Bash
Raw Normal View History

#!/usr/bin/env bash
export DIFF=0
export UPDATE=1
cargo test -p swc_ecma_minifier -p swc
# find ../swc/tests/ -type f -empty -delete