mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
9 lines
136 B
Bash
9 lines
136 B
Bash
|
#!/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
|