diff --git a/tests/utils/auth-helpers.test.ts b/tests/utils/auth-helpers.test.ts index ef3627b..ef2bb0d 100644 --- a/tests/utils/auth-helpers.test.ts +++ b/tests/utils/auth-helpers.test.ts @@ -1,4 +1,4 @@ -import { beforeEach, describe, expect, it, vi } from 'vitest'; +import { describe, expect, it, vi } from 'vitest'; import { requireAuth } from '../../src/utils/auth-helpers.js'; import type { TangledApiClient } from '../../src/lib/api-client.js';