mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 02:29:04 +03:00
bbaf619f63
swc_bundler: - [x] Fix wrapped esms. (denoland/deno#9307) - [x] Make test secure.
5 lines
81 B
Bash
Executable File
5 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
export CI=1
|
|
cargo test --test fixture
|
|
cargo test --test deno |