Fix js-sys and web-sys tests

This commit is contained in:
Alex Crichton
2019-02-26 08:33:14 -08:00
parent 7e62aff1ce
commit 5de3189411
39 changed files with 39 additions and 39 deletions

View File

@ -10,7 +10,7 @@ use wasm_bindgen_test::*;
wasm_bindgen_test_configure!(run_in_browser);
#[wasm_bindgen(module = "./tests/headless.js")]
#[wasm_bindgen(module = "/tests/headless.js")]
extern "C" {
fn is_array_values_supported() -> bool;
}