This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 47
Error: The "group" options can only be used with a "testGenerator" option of: qunit,mocha #213
Labels
Comments
Ya, good catch. I ran into this when refactoring ember-test-helpers and ember-qunit. Since those two don’t depend on ember-cli-qunit ember-cli-eslint threw errors until I manually specified the test type. |
Turns out you hit this if you don't want to use the test harness (don't ask) |
I seem to be hitting this error when trying to dockerize my build, despite my local build working fine. Symptom is the same, but I'm not sure i follow whether the cause is too? Using the following dockerfile:
output is:
|
If anyone else encounters @gabrielgrant's issue, add |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a the
testGenerator
option is not set we should not set thegroup
option totrue
.The text was updated successfully, but these errors were encountered: