mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-03-30 17:04:20 +08:00
fix promise-pool/promise-pool-tests.ts
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
/// <reference path="./promise-pool.d.ts" />
|
||||
|
||||
import Q = require('q');
|
||||
import promisePool = require('promise-pool');
|
||||
|
||||
@@ -44,4 +46,4 @@ function onProgress(progress: promisePool.IProgress) {
|
||||
progress.fulfilled == 0;
|
||||
progress.total == 0;
|
||||
progress.index == 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user