MCPcopy Create free account
hub / github.com/Keyang/node-csvtojson / func

Function func

src/rowSplit.test.ts:44–46  ·  view source on GitHub ↗
(lines: string[])

Source from the content-addressed store, hash-verified

42describe("ParseMultiLine function", function () {
43 const rowSplit = new RowSplit(new Converter());
44 const func = (lines: string[]): MultipleRowResult => {
45 return rowSplit.parseMultiLines(lines);
46 }
47 it("should convert lines to csv lines", function () {
48 var lines = [
49 "a,b,c,d",

Callers 1

rowSplit.test.tsFile · 0.85

Calls 2

parseMultiLinesMethod · 0.80
parseMethod · 0.80

Tested by

no test coverage detected