1
This commit is contained in:
@@ -16,6 +16,12 @@ import {
|
||||
} from './rpgEntryLibraryClient';
|
||||
|
||||
vi.mock('../apiClient', () => ({
|
||||
BACKGROUND_AUTH_REQUEST_OPTIONS: {
|
||||
authImpact: 'local',
|
||||
skipRefresh: true,
|
||||
notifyAuthStateChange: false,
|
||||
clearAuthOnUnauthorized: false,
|
||||
},
|
||||
requestJson: requestJsonMock,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user