| 1 | import { describe, test, expect } from '@jest/globals'; |
| 2 | import getSignInCallbackUrl, { isValidCallbackPath, stripHost } from '@/lib/getSignInCallbackUrl'; |
| 3 | |
| 4 | describe('getSignInCallbackUrl', () => { |
nothing calls this directly
no test coverage detected