X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=public%2Fbower_components%2Flodash%2Ftest%2Funderscore.html;h=c1b4df2dce816af9daa9edff52aea37f8ecf19bc;hb=221ba7c2ffc043570bbad1e8f0d6074fb4ff1fb0;hp=a3e56e81907e92de113353f45bb0ecfdede937aa;hpb=5d92478b1cb7479f39a43973775a6f6147fba8ac;p=motion.git diff --git a/public/bower_components/lodash/test/underscore.html b/public/bower_components/lodash/test/underscore.html index a3e56e8..c1b4df2 100644 --- a/public/bower_components/lodash/test/underscore.html +++ b/public/bower_components/lodash/test/underscore.html @@ -29,9 +29,6 @@ QUnit.config.hidepassed = true; QUnit.config.excused = { 'Arrays': { - 'chunk': [ - 'defaults to empty array (chunk size 0)' - ], 'difference': [ 'can perform an OO-style difference' ], @@ -294,9 +291,6 @@ 'isMatch': [ 'doesnt falsey match constructor on undefined/null' ], - 'isSet': [ - 'Died on test #9' - ], 'findKey': [ 'called with context' ], @@ -387,6 +381,8 @@ // Only excuse in Sauce Labs. if (!ui.isSauceLabs) { + delete QUnit.config.excused.Functions['throttle repeatedly with results']; + delete QUnit.config.excused.Functions['more throttle does not trigger leading call when leading is set to false']; delete QUnit.config.excused.Functions['throttle does not trigger trailing call when trailing is set to false']; delete QUnit.config.excused.Utility.now; }