MCPcopy Create free account
hub / github.com/Apress/practical-rust-web-projects / pass

Function pass

Ch06/yew-image-processing/tests/web.rs:11–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10#[wasm_bindgen_test]
11fn pass() {
12 assert_eq!(1 + 1, 2);
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected