Skip to content

Commit

Permalink
use a clearer test for shadowRoot
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Mar 15, 2018
1 parent 2a6c0a2 commit b2fb1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/inheritance.html
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
});

test('returning null nullifies the parent template', function() {
assert.isNotOk(el.shadowRoot);
assert.equal(el.shadowRoot, null);
});
});
</script>
Expand Down

0 comments on commit b2fb1cf

Please sign in to comment.