| 6 | const TEST_STORAGE_KEY = `test-${REDIRECT_STORAGE_KEY}`; |
| 7 | |
| 8 | interface MockSessionService { |
| 9 | handleAuthentication(): string | null; |
| 10 | } |
| 11 | |
| 12 | module("Unit | Service | session", function (hooks) { |
| 13 | setupTest(hooks); |
no outgoing calls
no test coverage detected