mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-08 00:05:00 +00:00
10 lines
186 B
XML
10 lines
186 B
XML
// #![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);
|
|
// }
|