mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fix papaparse/papaparse-tests.ts
This commit is contained in:
parent
e66a296069
commit
35da2f0db2
@ -12,14 +12,14 @@ res.errors[0].code;
|
||||
Papa.parse("3,3,3", {
|
||||
delimiter: ';',
|
||||
comments: false,
|
||||
|
||||
|
||||
step: function(results, p) {
|
||||
p.abort();
|
||||
results.data.length;
|
||||
}
|
||||
});
|
||||
|
||||
var file = new File();
|
||||
var file = new File(null, null, null);
|
||||
|
||||
Papa.parse(file, {
|
||||
complete: function(a, b) {
|
||||
@ -52,4 +52,4 @@ Papa.LocalChunkSize;
|
||||
var parser = new Papa.Parser({})
|
||||
parser.getCharIndex();
|
||||
parser.abort();
|
||||
parser.parse("", 0, false);
|
||||
parser.parse("", 0, false);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user