From d6919155c8255f486860d57e396d73d3fe8e0cac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Salvador=20P=C3=A9rez=20Garc=C3=ADa?= Date: Mon, 17 Sep 2018 09:12:36 +0200 Subject: [PATCH] Added comments regarding tests for dashboard graph Added comment regarding tests for dashboard graph. This feature should be migrated to Ecma6 and had its own tests once Consul reaches compatibility with Rails 5.1. --- app/assets/javascripts/dashboard_graphs.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/javascripts/dashboard_graphs.js b/app/assets/javascripts/dashboard_graphs.js index 3564daad3..2a09ba0db 100644 --- a/app/assets/javascripts/dashboard_graphs.js +++ b/app/assets/javascripts/dashboard_graphs.js @@ -2,6 +2,8 @@ //= require c3 //= require c3ext +// TODO: This module is complex enough to require its own tests. Rewrite it using Ecma6 class syntax and +// write tests for this feature after consul has been migrated to Rails 5.1 (function(){ 'use strict';