Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Apr 11, 2017
1 parent 2356f7b commit e397c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/styling-only-with-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@

test('dom-repeat and dom-if do not break custom-style', () => {
// force custom-style flushing
let target = document.querySelector('#target');
window.ShadyCSS.styleDocument();
assertComputed(target, '2px');
});
Expand Down

0 comments on commit e397c43

Please sign in to comment.