We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e79eea commit 3dadf70Copy full SHA for 3dadf70
test/unit/util/download.test.ts
@@ -8,7 +8,7 @@ import { EventEmitter } from 'events';
8
import * as path from 'path';
9
import * as sinon from 'sinon';
10
import * as sinonChai from 'sinon-chai';
11
-import type { DownloadUtil as DownloadUtilType } from '../../../src/downloadBinaries/download';
+import type { DownloadUtil as DownloadUtilType } from '../../../src/downloadUtil/download';
12
import { wait } from '../../../src/util/async';
13
14
import pq = require('proxyquire');
0 commit comments