v0.14.0 npm run test
breaks or does not provide the correct functionality
#296
Labels
bug
Something isn't working
Tested on version tag v0.14.0.
Steps to reproduce the issue:
cd rapier2d
npm i
npm run build
cd ../testbed2d
npm run test
Error message:
npm run test
executes:cargo test && wasm-pack test --headless
is this the correct behavior? Issue #184 says thatcargo
should not be used directly. Or is there a problem with my particular build process?The text was updated successfully, but these errors were encountered: