mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
11 lines
177 B
Rust
11 lines
177 B
Rust
#![cfg(target_arch = "wasm32")]
|
|
|
|
use wasm_bindgen_test::*;
|
|
|
|
wasm_bindgen_test_configure!(run_in_browser);
|
|
|
|
// #[wasm_bindgen_test]
|
|
// fn pass() {
|
|
// assert_eq!(1 + 1, 2);
|
|
// }
|