2021-06-25 18:02:45 +01:00
|
|
|
//! Test suite for the Web and headless browsers.
|
|
|
|
|
|
|
|
#![cfg(target_arch = "wasm32")]
|
|
|
|
|
|
|
|
extern crate wasm_bindgen_test;
|
|
|
|
// use wasm_bindgen_test::*;
|
2021-07-02 13:48:07 +01:00
|
|
|
// use wasm_bindgen_test::{wasm_bindgen_test, wasm_bindgen_test_configure};
|
2021-06-25 18:02:45 +01:00
|
|
|
|
2021-07-02 13:48:07 +01:00
|
|
|
// wasm_bindgen_test_configure!(run_in_browser);
|