mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
flow.js: fix testChunks in test
This commit is contained in:
parent
0e571efd35
commit
a3f2c72f88
@ -41,7 +41,7 @@ flowOptions.testMethod = "";
|
||||
flowOptions.uploadMethod = "";
|
||||
flowOptions.allowDuplicateUploads = true;
|
||||
flowOptions.prioritizeFirstAndLastChunk = true;
|
||||
flowOptions.testchunks = true;
|
||||
flowOptions.testChunks = true;
|
||||
flowOptions.preprocess = () => {};
|
||||
flowOptions.initFileFn = () => {};
|
||||
flowOptions.generateUniqueIdentifier = () => {};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user