Skip to content

Commit fe9c7f4

Browse files
committed
Commented out incomplete test code
1 parent a40572e commit fe9c7f4

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

test/test.js

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -146,21 +146,10 @@ describe('custom terminals (ie delimiter, separator', function() {
146146
var out = csv.toObjects(fixtures.term_objects_csv, { delimiter: '^', separator: '&'} );
147147
assert.deepEqual(out, fixtures.term_objects_obj);
148148
});
149-
150-
// var output = $.csv.toArrays(testControlArrays, {
151-
// delimiter: '*',
152-
// separator: ':'
153-
// });
154-
// start();
155-
// deepEqual(output, resultControlArrays, "toArrays()");
156-
// stop();
157-
// var output = $.csv.toObjects(testControlObjects, {
158-
// delimiter: '^',
159-
// separator: '&'
160-
// });
161-
// start();
162-
// deepEqual(output, resultControlObjects, "toObjets()");
163-
// });
149+
});
164150

165151

166-
});
152+
//describe('custom start/end points', function() {
153+
// it('should start at a certain point when used on toArrays()', function() {
154+
// });
155+
//});

0 commit comments

Comments
 (0)