Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tco committed Oct 11, 2023
1 parent c37be11 commit 2faa0d0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jest.mock('../../../utils/constants');
jest.mock('../../../utils/jwt');
jest.mock('../../../utils/csrf');

jest.mock('../../../services/ApplicationService', () => ({
getApplicationStatusBySchemeId: jest.fn().mockResolvedValue('PUBLISHED'),
}));

jest.mock('next/config', () => () => {
return {
serverRuntimeConfig: {
Expand Down

0 comments on commit 2faa0d0

Please sign in to comment.