Commit 77f00c4
committed
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/1 parent aed2283 commit 77f00c4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
0 commit comments