Did anyone successfully write and run unit tests in Rust?
I've tried to follow the instructions for wasm-bindgen
https://rustwasm.github.io/docs/wasm-bindgen/print.html#write-some-tests
but was not successful (The generated wasm-bindgen-test.js fails with a " Error: Cannot find module 'env'" error)