Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayali Warule committed Nov 20, 2024
1 parent 20400ee commit 4ea5bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action/test/run.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {
VISUAL_REGRESSION_CONTEXT,
VISUAL_TESTS_FAILED_TO_EXECUTE
} from 'shared';
import { disableAutoMerge } from '../src/disableAutoMerge';
import { disableAutoMerge } from '../src/disable-auto-merge';
import { expect } from '@jest/globals';

jest.mock('../src/disableAutoMerge');
jest.mock('../src/disable-auto-merge');
jest.mock('glob');
jest.mock('@actions/core');
jest.mock('@actions/exec');
Expand Down

0 comments on commit 4ea5bcd

Please sign in to comment.