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
Switch from deprecated QUnit.load() to QUnit.start()
QUnit.load has been superseded by QUnit.start in QUnit 2.1,
and QUnit.load emits deprecation warnings since QUnit 2.21.
This fixes the following warning:
> QUnit.load is deprecated and will be removed in QUnit 3.0.
> https://qunitjs.com/api/QUnit/load/
0 commit comments