Sha256: d1f613c88793ffce61b2d77aa40e3a91a1de3c73ab9f8eaedfc39da16c93ad07
Contents?: true
Size: 385 Bytes
Versions: 30
Compression:
Stored size: 385 Bytes
Contents
# Testing You can test the `js-sys` crate by running `cargo test --target wasm32-unknown-unknown` within the `crates/js-sys` directory in the `wasm-bindgen` repository: ```sh cd wasm-bindgen/crates/js-sys cargo test --target wasm32-unknown-unknown ``` These tests are largely executed in Node.js right now via the [`wasm-bindgen-test` framework](../../wasm-bindgen-test/index.html)
Version data entries
30 entries across 30 versions & 1 rubygems