All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.test.activitychart.activity-model.test.js Maven / Gradle / Ivy

The newest version!
describe('Activity chart model', function() {
  it('Should show an empty Gantt', function() {
    const memModel = createActivityData({ generateActivities: { activityCounts: [30, 3, 2] } });
    return this.createGantt({ data: memModel, type: Gantt.type.ACTIVITY_CHART }).then(function(gantt) {});
  });
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy