Skip to content

Commit 52ad389

Browse files
author
John Doe
committed
refactor: fix unit tests 2
1 parent fb28d0a commit 52ad389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx-plugin/src/executors/cli/executor.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { logger } from '@nx/devkit';
22
import { afterAll, afterEach, beforeEach, expect, vi } from 'vitest';
33
import { executorContext } from '@code-pushup/test-nx-utils';
4-
import { MEMFS_VOLUME, removeColorCodes } from '@code-pushup/test-utils';
4+
import { MEMFS_VOLUME } from '@code-pushup/test-utils';
55
import * as executeProcessModule from '../../internal/execute-process.js';
66
import runAutorunExecutor from './executor.js';
77

0 commit comments

Comments
 (0)