import { mount } from '@vue/test-utils';
import { Gantt } from '../index';

describe('gantt test', () => {
  it('gantt init render', async () => {
    // todo
  });
});