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
--silent (Boolean) (Default: false) Suppress any output except for the test report
But the deprecation warning DEPRECATION: Overriding init without calling this._super is deprecated. Please call this._super() busts through that flag, breaking an automated CI workflow (because the CI output now includes these deprecation warnings instead of being only the test results).
The text was updated successfully, but these errors were encountered:
According to the help for
ember test
:But the deprecation warning
DEPRECATION: Overriding init without calling this._super is deprecated. Please call this._super()
busts through that flag, breaking an automated CI workflow (because the CI output now includes these deprecation warnings instead of being only the test results).The text was updated successfully, but these errors were encountered: