-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbatch-out.txt
More file actions
25 lines (23 loc) · 1013 Bytes
/
batch-out.txt
File metadata and controls
25 lines (23 loc) · 1013 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
node.exe : PASS __tests__/batch.test.ts
At line:1 char:1
+ & "C:\Program Files\nodejs/node.exe" "C:\Program Files\nodejs/node_mo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (PASS __tests__/batch.test.ts:String) [], Remo
teException
+ FullyQualifiedErrorId : NativeCommandError
batch
√ should process all items (4 ms)
√ should handle empty items
√ should respect concurrency (85 ms)
√ should respect batchSize (1 ms)
√ should collect errors without stopping (2 ms)
√ should call onProgress (3 ms)
√ should abort with signal (80 ms)
√ should throw RangeError for invalid options (5 ms)
√ should pass index to callback (1 ms)
√ should use default options
Test Suites: 1 passed, 1 total
Tests: 10 passed, 10 total
Snapshots: 0 total
Time: 0.899 s, estimated 1 s
Ran all test suites matching /__tests__\\batch.test.ts/i.