Skip to content

Commit 38789ab

Browse files
fix: lint
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
1 parent 71ce092 commit 38789ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/javascript/unit/store/tasks.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, beforeEach } from 'vitest'
1+
import { describe, it, expect } from 'vitest'
22
import { createStore } from 'vuex'
33
import { loadICS } from '../../../assets/loadAsset.js'
44
import tasksModule from '../../../../src/store/tasks.js'

0 commit comments

Comments
 (0)