diff options
author | stuebinm | 2021-04-04 02:59:42 +0200 |
---|---|---|
committer | stuebinm | 2021-04-04 03:01:19 +0200 |
commit | bc8ac4057203f02ab8a897650d6ea519cac299cb (patch) | |
tree | 5708d1bbdb1b4a457c4a14a32fa14730efdb7305 /tests | |
parent | f111b082493bfc57dbe3fa1edf74581b5957c18f (diff) |
age-wasm: move into subdirectory
Diffstat (limited to 'tests')
-rw-r--r-- | tests/web.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/web.rs b/tests/web.rs deleted file mode 100644 index de5c1da..0000000 --- a/tests/web.rs +++ /dev/null @@ -1,13 +0,0 @@ -//! Test suite for the Web and headless browsers. - -#![cfg(target_arch = "wasm32")] - -extern crate wasm_bindgen_test; -use wasm_bindgen_test::*; - -wasm_bindgen_test_configure!(run_in_browser); - -#[wasm_bindgen_test] -fn pass() { - assert_eq!(1 + 1, 2); -} |