]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Enable line tests 2412/head
authorZach Panzarino <zachary@panzarino.com>
Thu, 28 Apr 2016 23:05:18 +0000 (23:05 +0000)
committerZach Panzarino <zachary@panzarino.com>
Thu, 28 Apr 2016 23:05:18 +0000 (23:05 +0000)
gulpfile.js

index d487ca1413906b1bea284b06a63f17b4c0492b76..a2315eecbd89f956b86a5ccc3626eecf629c2baa 100644 (file)
@@ -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',
 ];