We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e646270 commit a3df06eCopy full SHA for a3df06e
packages/utils/src/lib/command.unit.test.ts
@@ -1,7 +1,7 @@
1
import ansis from 'ansis';
2
import path from 'node:path';
3
import process from 'node:process';
4
-import { afterEach, describe, expect, it, vi } from 'vitest';
+import { describe, expect, it, vi } from 'vitest';
5
import { formatCommandStatus } from './command.js';
6
7
describe('formatCommand', () => {
0 commit comments