Skip to content

Commit

Permalink
revert module wait
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliott Marquez committed Apr 17, 2018
1 parent f037640 commit 12a650b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unit/disable-upgrade.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,9 @@ <h2 id="element">[[prop]]</h2>
suite('disable-upgrade', function() {
let el;

setup((done) => {
setup(() => {
el = document.createElement('my-element');
document.body.appendChild(el);
window.addEventListener('DOMContentLoaded', function() { done(); });
});
teardown(function() {
document.body.removeChild(el);
Expand Down

0 comments on commit 12a650b

Please sign in to comment.