swc/crates/swc_ecma_minifier/scripts/test.sh
Donny/강동윤 9d1974248d
fix(es/minifier): Fix skipping logic of sequential inliner (#5956)
**Description:**

This PR implements `is_skippable_for_seq` fully.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/5935.
2022-09-26 15:05:52 +00:00

11 lines
279 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 mangle --features concurrent $@
# find ../swc/tests/ -type f -empty -delete