Browse Source

test-cases: Conditionally disable custom test using File API

pull/233/head
Tobias Bieniek 10 years ago
parent
commit
a9a981f668
  1. 1
      tests/test-cases.js

1
tests/test-cases.js

@ -1044,6 +1044,7 @@ var CUSTOM_TESTS = [ @@ -1044,6 +1044,7 @@ var CUSTOM_TESTS = [
{
description: "Complete is called with all results if neither step nor chunk is defined",
expected: [['A', 'b', 'c'], ['d', 'E', 'f'], ['G', 'h', 'i']],
disabled: !FILES_ENABLED,
run: function(callback) {
Papa.parse(new File(['A,b,c\nd,E,f\nG,h,i'], 'sample.csv'), {
chunkSize: 3,

Loading…
Cancel
Save