What would you recommend as unittest framework and / or testrunner when developing a Spotify Application..? It’s pure javascript, and it’s running inside the Spotify client, like this:
What would you recommend as unittest framework and / or testrunner when developing a
Share
I’m currently using mocha.js and expect.js to run my unit tests inside Spotify.
Feel free to fork my base setup for a spotify app project. More information on how to write tests should be available in each of the libraries specified above.
https://github.com/Skoog/Spotify-Unittest