Skip to content

Commit a3df06e

Browse files
author
John Doe
committed
refactor: wip
1 parent e646270 commit a3df06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/lib/command.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ansis from 'ansis';
22
import path from 'node:path';
33
import process from 'node:process';
4-
import { afterEach, describe, expect, it, vi } from 'vitest';
4+
import { describe, expect, it, vi } from 'vitest';
55
import { formatCommandStatus } from './command.js';
66

77
describe('formatCommand', () => {

0 commit comments

Comments
 (0)