| 1 | import { expect, test, vi, beforeEach, describe } from 'vitest'; |
| 2 | import { Session } from 'next-auth'; |
| 3 | import { notAuthenticated } from '../lib/serviceError'; |
| 4 | import { getAuthContext, getAuthenticatedUser, withAuth, withOptionalAuth } from './withAuth'; |
nothing calls this directly
no test coverage detected