Skip to content

Commit a7801bf

Browse files
committed
fix lint warnings
1 parent a4de9c0 commit a7801bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/diretive.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ test('preserve modifier', async () => {
145145
}
146146
}
147147
})
148-
const wrapper = await mount(App, i18n)
148+
await mount(App, i18n)
149149

150150
expect(mockWarn).toHaveBeenCalledTimes(1)
151151
expect(mockWarn.mock.calls[0][0]).toEqual(

0 commit comments

Comments
 (0)