Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This launches some automatic checks, which we followed. When they failed, we clicked on one of them to see the detailed messages and found that we needed to add a space after the comma between function arguments, which we did.. Matthew suggested a way to fix code-style problems:

Image Added

Automated tests

It is part of our coding culture at Pico Labs to include automated tests. So, our pull request would not be accepted without them. The tests are found in pico-engine-core/test/modules/math.test.js and we added these tests cases:

...