From: Zach Panzarino Date: Thu, 28 Apr 2016 23:05:18 +0000 (+0000) Subject: Enable line tests X-Git-Tag: 2.1.0~11^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F2412%2Fhead;p=thirdparty%2FChart.js.git Enable line tests --- diff --git a/gulpfile.js b/gulpfile.js index d487ca141..a2315eecb 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -44,7 +44,6 @@ var testFiles = [ // Disable tests which need to be rewritten based on changes introduced by // the following changes: https://github.com/chartjs/Chart.js/pull/2346 - '!./test/controller.line.tests.js', '!./test/core.layoutService.tests.js', '!./test/defaultConfig.tests.js', ];