From c267c4e06bb0d3ac9b89bf57d8c5b9d06f5d3906 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Fri, 1 Apr 2016 20:56:19 -0700 Subject: [PATCH] Excuse Underscore `_.chunk` test. --- test/underscore.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/underscore.html b/test/underscore.html index cf3f4221e..a3e56e819 100644 --- a/test/underscore.html +++ b/test/underscore.html @@ -29,6 +29,9 @@ QUnit.config.hidepassed = true; QUnit.config.excused = { 'Arrays': { + 'chunk': [ + 'defaults to empty array (chunk size 0)' + ], 'difference': [ 'can perform an OO-style difference' ],