Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Buster.js with Karma+Mocha #13

Closed
jodal opened this issue Feb 22, 2016 · 2 comments
Closed

Replace Buster.js with Karma+Mocha #13

jodal opened this issue Feb 22, 2016 · 2 comments
Assignees

Comments

@jodal
Copy link
Member

jodal commented Feb 22, 2016

The main advantage of the Buster.js test framework is that the same test suite can be executed both on Node.js and in the browser. I believe the same is achievable with the Karma test runner together with the Mocha test framework.

Since Buster.js is barely maintained, Mopidy.js' test suite should be ported to Karma+Mocha.

When doing so, we can either keep referee for assertions through the use of karma-referee or rewrite them to use the Chai assertion library.

@jcass77
Copy link
Member

jcass77 commented Jun 13, 2016

Mopidy Musicbox Webclient has started to use Karma+Mocha+Chai, and may contain a few useful configuration and test script examples to get this started.

@jodal jodal self-assigned this Nov 18, 2018
@jodal
Copy link
Member Author

jodal commented Nov 18, 2018

Mopidy.js' test suite was rewritten from Buster.js to Jest in commit fc1bd39.

@jodal jodal closed this as completed Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants