Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
knsv committed Jul 12, 2020
1 parent e93a055 commit 6168483
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress/integration/rendering/gantt.spec.js
Expand Up @@ -2,6 +2,9 @@
import { imgSnapshotTest } from '../../helpers/util.js';

describe('Gantt diagram', () => {
beforeEach(()=>{
cy.clock((new Date('1010-10-10')).getTime())
})
it('should render a gantt chart', () => {
imgSnapshotTest(
`
Expand Down

0 comments on commit 6168483

Please sign in to comment.