Skip to content

Commit 77f00c4

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/child.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ options.tests.forEach(function(test) {
162162
_require(test, false);
163163
});
164164

165-
QUnit.load();
165+
QUnit.start();

0 commit comments

Comments
 (0)