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 8ee9ec4 commit e08dba2Copy full SHA for e08dba2
test/unit/test-cli.test.ts
@@ -1,6 +1,6 @@
1
import { mkdtempSync, rmSync, symlinkSync } from 'node:fs'
2
-import path from 'node:path'
3
import { tmpdir } from 'node:os'
+import path from 'node:path'
4
import { fileURLToPath } from 'node:url'
5
import { afterEach, describe, expect, it, vi } from 'vitest'
6
import { main, runSmartSig, shouldRunCli } from '../../src/cli.ts'
0 commit comments