diff --git a/test/jest/acceptance/snyk-monitor/project-attributes.spec.ts b/test/jest/unit/cli/commands/monitor/project-attributes.spec.ts similarity index 94% rename from test/jest/acceptance/snyk-monitor/project-attributes.spec.ts rename to test/jest/unit/cli/commands/monitor/project-attributes.spec.ts index 4da9629c11..c6168efbef 100644 --- a/test/jest/acceptance/snyk-monitor/project-attributes.spec.ts +++ b/test/jest/unit/cli/commands/monitor/project-attributes.spec.ts @@ -1,9 +1,9 @@ -import { generateProjectAttributes } from '../../../../src/cli/commands/monitor'; +import { generateProjectAttributes } from '../../../../../../src/cli/commands/monitor'; import { PROJECT_CRITICALITY, PROJECT_ENVIRONMENT, PROJECT_LIFECYCLE, -} from '../../../../src/lib/types'; +} from '../../../../../../src/lib/types'; describe('project attributes (--lifecycle, --environment, --business-criticality)', () => { it('returns undefined when they are all missing, for each option', () => {