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 4649c98 commit 4dc27c3Copy full SHA for 4dc27c3
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 { describe, expect, it, vi } from 'vitest';
+import { describe, expect, it } from 'vitest';
5
import { formatCommandStatus } from './command.js';
6
7
describe('formatCommandStatus', () => {
0 commit comments