mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
e303f7e853
**Related issue:** - Closes https://github.com/swc-project/swc/issues/5910
11 lines
292 B
Bash
Executable File
11 lines
292 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
|
|
export DIFF=0
|
|
export UPDATE=1
|
|
export SWC_CHECK=0
|
|
export SWC_RUN=0
|
|
|
|
cargo test -p swc_ecma_minifier --release -p swc --no-fail-fast --test projects --test tsc --test compress --test analyzer --test mangle --features concurrent
|
|
|
|
# find ../swc/tests/ -type f -empty -delete |