From b7c4b66b61a246c342faf88edc93487ff41d5c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jason=20W=C3=BCrtz?= Date: Sun, 7 Jul 2019 17:04:40 -0300 Subject: [PATCH] test(ganttDb.spec): fix missing initialization for clear test --- src/diagrams/gantt/ganttDb.spec.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/diagrams/gantt/ganttDb.spec.js b/src/diagrams/gantt/ganttDb.spec.js index 7dbc26848..6bea54bc5 100644 --- a/src/diagrams/gantt/ganttDb.spec.js +++ b/src/diagrams/gantt/ganttDb.spec.js @@ -10,6 +10,7 @@ describe('when using the ganttDb', function () { describe('when calling the clear function', function () { beforeEach(function () { ganttDb.setDateFormat('YYYY-MM-DD') + ganttDb.enableInclusiveEndDates() ganttDb.setExcludes('weekends 2019-02-06,friday') ganttDb.addSection('weekends skip test') ganttDb.addTask('test1', 'id1,2019-02-01,1d')