We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6271355 commit a38c996Copy full SHA for a38c996
1 file changed
test/attr.js
@@ -169,7 +169,6 @@ describe('attr', () => {
169
expect(instance.getAttribute('data-foo')).to.equal('hello')
170
expect(instance.getAttribute('data-bar')).to.equal('')
171
})
172
-
173
174
175
describe('defineObservedAttributes', () => {
0 commit comments