Clean up web code errors and make CI enforce them

This commit is contained in:
Keavon Chambers
2024-09-24 01:33:02 -07:00
parent 14de67c5a7
commit 1ee5ffbbe8
18 changed files with 44 additions and 129 deletions
-10
View File
@@ -1,10 +0,0 @@
// #![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);
// }