-
-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
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.
ember-exam@2.1.1
ember-mocha@0.14.0
jakesjews
Metadata
Metadata
Assignees
Labels
No labels