Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a wasm-pack test subcommand #271

Closed
wants to merge 2 commits into from

Commits on Sep 5, 2018

  1. feature: Implement a wasm-pack test subcommand

    This is a wrapper over `cargo test --target wasm32-unknown-unknown` and the
    `wasm-bindgen-test` crate. It will run tests in both node and browsers using
    WebDriver clients.
    
    Fixes rustwasm#248
    fitzgen committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    041438e View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    dab809d View commit details
    Browse the repository at this point in the history