Skip to content

Commit 9c86f73

Browse files
authored
prettier 😭
1 parent 85e5f7f commit 9c86f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/ability.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ describe('ability', () => {
205205
})
206206

207207
it('does not error if shadowdom is disabled', async () => {
208-
await fixture(html`<disabled-shadow-ability></disabled-shadow-ability>`)
208+
await fixture(html`<disabled-shadow-ability></disabled-shadow-ability>`)
209209
expect(attachShadowFake).to.be.have.callCount(0)
210210
})
211211
})

0 commit comments

Comments
 (0)