We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200b5c4 commit 11263a2Copy full SHA for 11263a2
wasm-splats/tests/web.rs
@@ -9,5 +9,6 @@ wasm_bindgen_test_configure!(run_in_browser);
9
10
#[wasm_bindgen_test]
11
fn pass() {
12
- assert_eq!(1 + 1, 2);
+ let two = 1 + 1;
13
+ assert_eq!(two, 2);
14
}
0 commit comments