#cargo #javascript #emscripten #cargo-subcommand #testing

app cargo-testjs

Cargo 插件,用于通过 nodejs 运行测试

3 个版本

使用旧的 Rust 2015

0.1.2 2017年2月28日
0.1.1 2017年2月28日
0.1.0 2017年2月28日

#18#emscripten

自定义许可

8KB
140 代码行

cargo-testjs

Cargo 插件,用于通过 nodejs 运行测试

安装

$ cargo install cargo-testjs

运行

$ cargo testjs

配置

您可以在 Cargo.toml 中编写配置。

[package.metadata.testjs]
node = "nodejs"
target = "asmjs-unknown-emscripten"
prelude = "tests/test.js"

node

nodejs 的绝对路径。默认值是 node

target

要构建的 JS 目标。默认值是 asmjs-unknown-emscripten

prelude (可选)

在测试文件之前加载的 JS 文件。

依赖项

~4MB
~90K SLoC