mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
bbaf619f63
swc_bundler: - [x] Fix wrapped esms. (denoland/deno#9307) - [x] Make test secure.
7 lines
156 B
Bash
Executable File
7 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eux
|
|
|
|
cargo test --lib
|
|
cargo test --test fixture
|
|
(cd ../spack && cargo test --test fixture)
|
|
cargo test --test deno $@ -- --nocapture |