Skip to content

2.1.x does not work with latest stable ember-mocha release #238

@kevinansfield

Description

@kevinansfield

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions