Closed
Description
Describe the Bug
Running wasm-pack test --headless --firefox
should show passed tests, but it fails.
Duplicate of issue #2261
Steps to Reproduce
- ->
git clone https://github.com/rustwasm/wasm_game_of_life.git
- ->
cd wasm_game_of_life
- ->
wasm-pack test --firefox --headless
If applicable, add a link to a test case (as a zip file or link to a repository we can clone).
Expected Behavior
Should pass tests.
Actual Behavior
Tests fail when they should pass
Additional Context
Add any other context about the problem here.