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
{{ message }}
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
I think we should move away from having the tests "automagically" load; I'd like to see us move to something more explicit.
We should provide a "loader" function that consumers invoke from their test-helper.js file. This should allow us to remove the ready logic and the setTimeout while also providing an easy way for users to reason about how their tests get loaded. It would also make it easier to pass options to ember-cli-qunit without having to use the global QUnit.config object.
I think we should move away from having the tests "automagically" load; I'd like to see us move to something more explicit.
We should provide a "loader" function that consumers invoke from their
test-helper.js
file. This should allow us to remove theready
logic and thesetTimeout
while also providing an easy way for users to reason about how their tests get loaded. It would also make it easier to pass options toember-cli-qunit
without having to use the globalQUnit.config
object.Thoughts?
Originally brought up here: #155 (comment)
The text was updated successfully, but these errors were encountered: