Skip to content

Commit aeacc98

Browse files
committed
fix format
1 parent 5c8acda commit aeacc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browseraction/__tests__/BrowserAction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ describe('browser action', () => {
142142
})
143143

144144
it('displays tab count warning', async () => {
145-
const warning = "⚠"
145+
const warning = '⚠'
146146

147147
const wrapper = mount(App)
148148
await flushPromises()

0 commit comments

Comments
 (0)