import { emptyToken } from '../../../test/__fixtures__/token'; export const getTokenFromAPI = jest.fn().mockReturnValue(emptyToken);