mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-24 17:59:39 +02:00
test(ganttDb.spec): flip function design to specify inclusive instead
This commit is contained in:
@@ -151,7 +151,7 @@ describe('when using the ganttDb', function () {
|
|||||||
|
|
||||||
describe('when setting inclusive end dates', function () {
|
describe('when setting inclusive end dates', function () {
|
||||||
beforeEach(function () {
|
beforeEach(function () {
|
||||||
ganttDb.setDateFormat('YYYY-MM-DD', false)
|
ganttDb.setDateFormat('YYYY-MM-DD', true)
|
||||||
ganttDb.addTask('test1', 'id1,2019-02-01,1d')
|
ganttDb.addTask('test1', 'id1,2019-02-01,1d')
|
||||||
ganttDb.addTask('test2', 'id2,2019-02-01,2019-02-03')
|
ganttDb.addTask('test2', 'id2,2019-02-01,2019-02-03')
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user