Skip to content

Commit 3c66f5d

Browse files
committed
style: unused var
1 parent 6c17168 commit 3c66f5d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/pinia/__tests__/subscriptions.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { createPinia, defineStore, MutationType, setActivePinia } from '../src'
22
import { mount } from '@vue/test-utils'
33
import { nextTick } from 'vue'
44

5-
const delay = (t: number) => new Promise((r) => setTimeout(r, t))
6-
75
describe('Subscriptions', () => {
86
const useStore = defineStore({
97
id: 'main',

0 commit comments

Comments
 (0)