From 75e0b80203a5e9f546abb917b18f7e9a58066484 Mon Sep 17 00:00:00 2001 From: Luke Watts Date: Thu, 23 May 2024 09:48:24 +0200 Subject: [PATCH] test: refactor to unit (#5249) --- .../cli/commands/monitor}/project-attributes.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename test/jest/{acceptance/snyk-monitor => unit/cli/commands/monitor}/project-attributes.spec.ts (94%) 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 4da9629c11c..c6168efbef0 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', () => {