Add tests

This commit is contained in:
Jerry Kurian
2019-08-08 10:58:56 -04:00
parent d918d8ca10
commit a60b23496b
4 changed files with 108 additions and 12 deletions

View File

@@ -245,7 +245,6 @@ export function parallelMap<T, R>(
parallel?: number,
sleepTime?: number,
) {
console.log("hi");
return baseFunctions.parallelMap(mapper, parallel, sleepTime);
}