WIP: A simple cli for daily tangled use cases and AI integration. This is for my personal use right now, but happy if others get mileage from it! :)

Remove unused beforeEach import from auth-helpers tests

markbennett.ca fcbdb304 e1cbcfa4

verified
+1 -1
+1 -1
tests/utils/auth-helpers.test.ts
··· 1 - import { beforeEach, describe, expect, it, vi } from 'vitest'; 1 + import { describe, expect, it, vi } from 'vitest'; 2 2 import { requireAuth } from '../../src/utils/auth-helpers.js'; 3 3 import type { TangledApiClient } from '../../src/lib/api-client.js'; 4 4