Adding back lines that were accidentally removed

This commit is contained in:
quintezkiller 2017-03-09 08:37:27 -05:00 committed by GitHub
commit 2d6ad78f7a

View file

@ -206,20 +206,7 @@ describe(`core::string2csv`, () =>{
describe(`core::toCSV`, () =>{
let fixtures;
beforeEach(() => {
fixtures = {string:'
y', arrays:[[],[]],jsons:[{}, {}]};
fixtures = {string:'Xy', arrays:[[],[]],jsons:[{}, {}]};
});
it(`requires one argument at least`, () => {
expect(() => toCSV()).toThrow();