mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 07:02:28 +03:00
11 lines
202 B
Bash
11 lines
202 B
Bash
|
#!/usr/bin/env bash
|
||
|
#
|
||
|
# Script used by @kdy1 to test the minifier.
|
||
|
#
|
||
|
# This will be removed in future.
|
||
|
#
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
export RUST_LOG=swc_ecma_minifier=trace
|
||
|
cargo test $@ --features debug --test compress
|