We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 254254f commit 3675880Copy full SHA for 3675880
tests/commands.test.ts
@@ -5,7 +5,6 @@ import { test } from 'uvu';
5
import * as assert from 'uvu/assert';
6
import * as MakeNSIS from '../src/makensis';
7
import path from 'node:path';
8
-import type Makensis from '../types';
9
10
const scriptFile = {
11
minimal: path.join(process.cwd(), 'tests', 'fixtures', 'utf8.nsi'),
0 commit comments