mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
a7f0e84bbf
testing: - Allow skipping diff using an environment variable `DIFF`. swc_ecma_minifier: - `pure`: Drop useless assignemnts.
9 lines
136 B
Bash
Executable File
9 lines
136 B
Bash
Executable File
#!/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 |