Simplify cache utils mock

parent 5c0c5ae0
...@@ -11,9 +11,7 @@ import { DAST_SITE_VALIDATION_STATUS } from 'ee/security_configuration/dast_site ...@@ -11,9 +11,7 @@ import { DAST_SITE_VALIDATION_STATUS } from 'ee/security_configuration/dast_site
import { siteProfiles } from '../mocks/mock_data'; import { siteProfiles } from '../mocks/mock_data';
import * as responses from '../mocks/apollo_mock'; import * as responses from '../mocks/apollo_mock';
jest.mock('ee/security_configuration/dast_profiles/graphql/cache_utils'); jest.mock('ee/security_configuration/dast_profiles/graphql/cache_utils', () => ({
updateSiteProfilesStatuses.mockImplementation(() => ({
updateSiteProfilesStatuses: jest.fn(), updateSiteProfilesStatuses: jest.fn(),
})); }));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment