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 e784d65 commit 35e1265Copy full SHA for 35e1265
tests/utils/cli.ts
@@ -1,7 +1,7 @@
1
import type { Readable, Writable } from 'node:stream';
2
import { stripVTControlCharacters } from 'node:util';
3
import { isCI } from 'std-env';
4
-import { exec, type Options } from 'tinyexec';
+import { type Options, exec } from 'tinyexec';
5
6
// Based on https://github.com/vitest-dev/vitest/blob/main/test/test-utils/index.ts
7
0 commit comments