Skip to content

Commit 23ec45e

Browse files
ci: apply automated fixes
1 parent 4e3656b commit 23ec45e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/electric-db-collection/tests/electric-progressive-join.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
import { beforeEach, describe, expect, it, vi } from 'vitest'
2-
import {
3-
createCollection,
4-
createLiveQueryCollection,
5-
eq,
6-
} from '@tanstack/db'
2+
import { createCollection, createLiveQueryCollection, eq } from '@tanstack/db'
73
import { electricCollectionOptions } from '../src/electric'
84
import type { Message } from '@electric-sql/client'
95

0 commit comments

Comments
 (0)