From 2d6ad78f7acb609fccd585e7370e0976857236d0 Mon Sep 17 00:00:00 2001 From: quintezkiller Date: Thu, 9 Mar 2017 08:37:27 -0500 Subject: [PATCH] Adding back lines that were accidentally removed --- test/coreSpec.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/test/coreSpec.js b/test/coreSpec.js index 89a9ec1..e195603 100644 --- a/test/coreSpec.js +++ b/test/coreSpec.js @@ -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();