Skip to content

Commit

Permalink
Removes unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
joshnuss committed Dec 22, 2024
1 parent caea8dd commit 986d28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/localStorageStore.node.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @vitest-environment node
import { persisted, writable } from '../index'
import { get } from 'svelte/store'
import { expect, vi, beforeEach, describe, test, it } from 'vitest'
import { expect, vi, describe, test, it } from 'vitest'

describe('writable()', () => {
test('it works, but raises deprecation warning', () => {
Expand Down

0 comments on commit 986d28f

Please sign in to comment.