Skip to content

Commit

Permalink
add check store name method
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenmarcus committed Feb 10, 2023
1 parent d6140c8 commit eeb3b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { STORE_NAME_MOCK } from './checkStoreName.mock';

jest.mock('graphql-request');

describe('storeData', () => {
describe('checkStoreName', () => {
jest.spyOn(console, 'error').mockImplementation(() => null);
afterAll(() => {
jest.resetAllMocks();
Expand Down

0 comments on commit eeb3b31

Please sign in to comment.