Skip to content

Commit

Permalink
test: refactor to unit (#5249)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisislawatts committed May 23, 2024
1 parent faa06fa commit 75e0b80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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', () => {
Expand Down

0 comments on commit 75e0b80

Please sign in to comment.