Skip to content

Commit a52b580

Browse files
committed
chore: unused variable
1 parent dd30fab commit a52b580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pinia/__tests__/subscriptions.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ describe('Subscriptions', () => {
216216
// adding an extra await works
217217
// await false
218218
// adding any other delay also works
219-
// await delay(20)
219+
await delay(20)
220220
// await nextTick()
221221
expect(spy1).toHaveBeenCalledTimes(1)
222222
expect(spy1).not.toHaveBeenCalledWith(

0 commit comments

Comments
 (0)