Testing - shektor/rhythm-is-a-maker GitHub Wiki
Writing unit and feature test for the application proved to be very challenging as we did not know what to test for in the Tonejs
library. We also found out that node js
, which we are using for our backend
, express js
, could not be used in browser and Tone.js
could not be tested in the terminal. This meant that we had to find other alternatives. The alternative was to use Karma
to test the applicaiton.
- Configuring
Karma
. - Setting up
Travis
Properly.