useing local wasm-bindgen

master
huangjj27 7 years ago
parent 40a5fa2b74
commit ad62870f40
  1. 1
      tests/all/build.rs

@ -24,6 +24,7 @@ fn build_in_non_crate_directory_doesnt_panic() {
#[test]
fn it_should_build_js_hello_world_example() {
let fixture = utils::fixture::js_hello_world();
fixture.install_local_wasm_bindgen();
let cli = Cli::from_iter_safe(vec![
"wasm-pack",
"build",

Loading…
Cancel
Save