We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb3c4a commit 47bc845Copy full SHA for 47bc845
1 file changed
tests/unit/init.js
@@ -35,7 +35,7 @@
35
36
if (settings.moduleSetup) {
37
QUnit.moduleStart(function (details) {
38
- $('#qunit-module-fixture').empty();
+ document.getElementById('qunit-module-fixture').replaceChildren();
39
40
if (details.name === name) {
41
settings.moduleSetup();
@@ -49,7 +49,7 @@
49
settings.moduleTeardown();
50
}
51
52
53
});
54
55
0 commit comments