I've added the start() call from ember-exam to our test-helper.js file (even though the current ember-mocha release doesn't use an explicit start() call) which allows our tests to run but I still get this error when attempting to run our test suite and parallelization doesn't occur:
Global error: Uncaught Error: Unable to find a suitable test loader. You should ensure that one of `ember-qunit` or `ember-mocha` are added as dependencies.
Looking at the getTestLoader() code here it's checking for the existence of ember-mocha/test-loader but ember-mocha does not have such an export or file.
[email protected]
[email protected]
I've added the
start()call fromember-examto ourtest-helper.jsfile (even though the current ember-mocha release doesn't use an explicitstart()call) which allows our tests to run but I still get this error when attempting to run our test suite and parallelization doesn't occur:Looking at the
getTestLoader()code here it's checking for the existence ofember-mocha/test-loaderbutember-mochadoes not have such an export or file.[email protected]
[email protected]