cloudflare/rustwasm-worker-template

tests not working with the default setup

samuelcolvin opened this issue · 1 comments

I couldn't get tests to work without:

  • changing wasm-bindgen-test = "0.2" to wasm-bindgen-test = "0.3" (with v0.2 I just get no tests to run!)
  • and, either removing --headless and running them manually in a browser or using wasm-pack test --chrome --headless

Thanks! closing this for now, until we have a proper testing strategy in place for the new template currently in place.