Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Kc committed Jul 26, 2023
1 parent 49402ea commit 73129af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/getters/getAtomPackages.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getAtomPackages } from '../../src/getters';
import { runOsquery, OsType } from '../../src/runOsquery';

jest.mock('../../src/runOSQuery', () => ({
jest.mock('../../src/runOsquery', () => ({
runOsquery: jest.fn(),
OsType: {
LINUX: 'linux',
Expand Down

0 comments on commit 73129af

Please sign in to comment.