Skip to content

Commit

Permalink
chore: unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Mar 31, 2022
1 parent dd30fab commit a52b580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pinia/__tests__/subscriptions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ describe('Subscriptions', () => {
// adding an extra await works
// await false
// adding any other delay also works
// await delay(20)
await delay(20)
// await nextTick()
expect(spy1).toHaveBeenCalledTimes(1)
expect(spy1).not.toHaveBeenCalledWith(
Expand Down

0 comments on commit a52b580

Please sign in to comment.