We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5543b35 commit 4e44079Copy full SHA for 4e44079
tests/lib.rs
@@ -10,6 +10,7 @@ mod crashtest;
10
mod reftest;
11
12
#[test]
13
+#[cfg(all(target_family="wasm", target_os="unknown"))]
14
#[wasm_bindgen_test::wasm_bindgen_test]
15
fn included_file() {
16
const FILE: &[u8] = include_bytes!(concat!(env!("CARGO_MANIFEST_DIR"), "/tests/reftest/images/mozilla/jpg-progressive.jpg"));
0 commit comments