We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85e5f7f commit 9c86f73Copy full SHA for 9c86f73
1 file changed
test/ability.ts
@@ -205,7 +205,7 @@ describe('ability', () => {
205
})
206
207
it('does not error if shadowdom is disabled', async () => {
208
- await fixture(html`<disabled-shadow-ability></disabled-shadow-ability>`)
+ await fixture(html`<disabled-shadow-ability></disabled-shadow-ability>`)
209
expect(attachShadowFake).to.be.have.callCount(0)
210
211
0 commit comments