Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Johann-S committed Dec 31, 2017
1 parent 65b8623 commit c37bb69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/tests/unit/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ $(function () {
QUnit.test('Util.findShadowRoot should find the shadow DOM root', function (assert) {
// Only for newer browsers
if (typeof document.body.attachShadow !== 'function') {
assert.expect(0)
return
}

Expand Down

0 comments on commit c37bb69

Please sign in to comment.