Skip to content

Commit

Permalink
test: fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahed Ahmed committed Jul 28, 2021
1 parent f0d86d3 commit b44aad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jest/unit/iac-unit-tests/results-formatter.spec.ts
Expand Up @@ -11,7 +11,7 @@ import {
generateScanResults,
} from './results-formatter.fixtures';
import { issuesToLineNumbers } from '@snyk/cloud-config-parser';
import { PolicyMetadata } from '../../../../dist/cli/commands/test/iac-local-execution/types';
import { PolicyMetadata } from '../../../../src/cli/commands/test/iac-local-execution/types';

jest.mock('@snyk/cloud-config-parser');

Expand Down

0 comments on commit b44aad6

Please sign in to comment.