swc/bundler/scripts/download.sh
강동윤 bbaf619f63
fix(bundler): Fix bugs (#1437)
swc_bundler:
 - [x] Fix wrapped esms. (denoland/deno#9307)
 - [x] Make test secure.
2021-03-02 17:33:03 +09:00

5 lines
81 B
Bash
Executable File

#!/usr/bin/env bash
export CI=1
cargo test --test fixture
cargo test --test deno