Skip to content

Commit

Permalink
Merge pull request #2124 from snyk/test/fix-import-path
Browse files Browse the repository at this point in the history
test: fix import path
  • Loading branch information
Jahed Ahmed committed Jul 29, 2021
2 parents a235a72 + b44aad6 commit 4ded06f
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 4ded06f

Please sign in to comment.