You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function argument contract are closed to the qunit module API.
In much of the cases, developers would write integration tests through qunit module and unit tests with ember-qunit module api, in that case, having the module method to support the same format could originate less errors.
The API could also accept:
moduleFor(fullName,callback,delegate)
moduleFor(fullName,delegate)
The text was updated successfully, but these errors were encountered:
This function argument contract are closed to the qunit module API.
In much of the cases, developers would write integration tests through qunit module and unit tests with ember-qunit module api, in that case, having the module method to support the same format could originate less errors.
The API could also accept:
The text was updated successfully, but these errors were encountered: