Skip to content

Commit 12a650b

Browse files
author
Elliott Marquez
committed
revert module wait
1 parent f037640 commit 12a650b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/unit/disable-upgrade.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,9 @@ <h2 id="element">[[prop]]</h2>
185185
suite('disable-upgrade', function() {
186186
let el;
187187

188-
setup((done) => {
188+
setup(() => {
189189
el = document.createElement('my-element');
190190
document.body.appendChild(el);
191-
window.addEventListener('DOMContentLoaded', function() { done(); });
192191
});
193192
teardown(function() {
194193
document.body.removeChild(el);

0 commit comments

Comments
 (0)