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

@ -2,7 +2,7 @@ use wasm_bindgen::prelude::*;
use wasm_bindgen_test::*;
use web_sys::HtmlScriptElement;
#[wasm_bindgen(module = "./tests/wasm/element.js")]
#[wasm_bindgen(module = "/tests/wasm/element.js")]
extern "C" {
fn new_script() -> HtmlScriptElement;
}