Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Apr 25, 2022
1 parent 75ddb74 commit cfbd59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit/detector.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { exec as execOrg } from '../../utils/utils';
import { getLsVersion } from '../../installer/detector';

jest.mock('../../utils');
jest.mock('../../utils/utils');

const exec = jest.mocked(execOrg);

Expand Down

0 comments on commit cfbd59e

Please sign in to comment.