(state)
| 119 | }, |
| 120 | |
| 121 | isSmokeTestUser (state) { |
| 122 | return utils.isSmokeTestEmail(state.email) |
| 123 | }, |
| 124 | |
| 125 | latestCookieConsent (state) { |
| 126 | // Get the most recent cookie consent from consentHistory |
nothing calls this directly
no outgoing calls
no test coverage detected