Skip to content

Commit 4dc27c3

Browse files
author
John Doe
committed
refactor: wip
1 parent 4649c98 commit 4dc27c3

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 { describe, expect, it, vi } from 'vitest';
4+
import { describe, expect, it } from 'vitest';
55
import { formatCommandStatus } from './command.js';
66

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

0 commit comments

Comments
 (0)