Fixed reference in test file

This commit is contained in:
Knut Sveidqvist 2019-06-09 07:07:57 -07:00
parent df7dc21893
commit a8d9b269ff

View File

@ -1,5 +1,5 @@
/* eslint-env jasmine */
import moment from 'moment'
import moment from 'moment-mini'
import ganttDb from './ganttDb'
describe('when using the ganttDb', function () {