rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

Add tests to the Game of Life tutorial #80

Closed fitzgen closed 5 years ago

fitzgen commented 6 years ago

Using wasm-bindgen-test: https://github.com/rustwasm/wasm-bindgen/tree/master/crates/test

DebugSteven commented 6 years ago

I'd like to help out on this issue.

fitzgen commented 6 years ago

@DebugSteven great! Again, don't hesitate to ask if you run into any questions :) Thanks!

fitzgen commented 5 years ago

Fixed by #137!