mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
11 lines
202 B
Bash
Executable File
11 lines
202 B
Bash
Executable File
#!/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 |