game-algorithms/wasm/connect-four-rust/tests/web.rs

6 lines
102 B
Rust
Raw Normal View History

2022-08-09 13:46:04 +00:00
extern crate wasm_bindgen_test;
use wasm_bindgen_test::wasm_bindgen_test;
use connect_four_rust::*;