| 1 | import { strictEqual, throws } from 'assert'; |
| 2 | import { Config, Context } from '../../core'; |
| 3 | import { SESSION_DEFAULT_COOKIE_NAME } from './constants'; |
| 4 | import { getSessionIDFromRequest, RequestValidationError } from './get-session-id-from-request'; |
nothing calls this directly
no test coverage detected