mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 17:54:15 +03:00
7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
|
|
export RUST_LOG=swc_ecma_minifier=debug
|
|
export RUST_BACKTRACE=1
|
|
|
|
cargo test --test deno $@ |