diff --git a/tests/extensions/persist.browser.test.ts b/tests/extensions/persist.browser.test.ts index 88b46d1..41d108f 100644 --- a/tests/extensions/persist.browser.test.ts +++ b/tests/extensions/persist.browser.test.ts @@ -1,4 +1,3 @@ -import { waitForDebugger } from 'inspector' import { test, expect } from 'playwright.extend.js' test('persists records across page reloads', async ({ serve, page }) => { diff --git a/tests/hooks/update.test.ts b/tests/hooks/update.test.ts index cf8a7e9..252a07c 100644 --- a/tests/hooks/update.test.ts +++ b/tests/hooks/update.test.ts @@ -1,5 +1,5 @@ import { Collection } from '#/src/collection.js' -import type { HookEventListener, HookEventMap } from '#/src/hooks.js' +import type { HookEventListener } from '#/src/hooks.js' import { isRecord } from '#/src/utils.js' import z from 'zod' diff --git a/tests/relations/one-to-one.test.ts b/tests/relations/one-to-one.test.ts index dcb9e8e..b6aa964 100644 --- a/tests/relations/one-to-one.test.ts +++ b/tests/relations/one-to-one.test.ts @@ -1,4 +1,3 @@ -import { kRelationMap } from '#/src/collection.js' import { Collection, RelationError, RelationErrorCodes } from '#/src/index.js' import { isRecord } from '#/src/utils.js' import z from 'zod' diff --git a/tests/types/update-many.test-d.ts b/tests/types/update-many.test-d.ts index 23e8a35..2a121bb 100644 --- a/tests/types/update-many.test-d.ts +++ b/tests/types/update-many.test-d.ts @@ -2,7 +2,6 @@ import { Collection, type RecordType, type UpdateFunction, - type UpdateOptions, } from '#/src/collection.js' import type { SortDirection } from '#/src/sort.js' import z from 'zod' diff --git a/tests/update-many.test.ts b/tests/update-many.test.ts index 926b972..2ed3788 100644 --- a/tests/update-many.test.ts +++ b/tests/update-many.test.ts @@ -1,5 +1,4 @@ import { Collection, Query } from '#/src/index.js' -import type { isInt16Array } from 'node:util/types' import z from 'zod' const userSchema = z.object({