Mock some stuff

This commit is contained in:
Eric Bailey
2025-12-04 12:14:47 -06:00
parent dd65b45172
commit bed5f9a0db
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
export const prefetchAgeAssuranceData = () => {}
export const setBirthdateForDid = () => {}
export const setCreatedAtForDid = () => {}
+1
View File
@@ -0,0 +1 @@
export const snoozeBirthdateUpdateAllowedForDid = () => {}
@@ -10,6 +10,9 @@ jest.mock('jwt-decode', () => ({
},
}))
jest.mock('../../birthdate')
jest.mock('../../../ageAssurance/data')
describe('session', () => {
it('can log in and out', () => {
let state = getInitialState([])