Skip to content

Commit

Permalink
fix(cypress): fix silly test
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Oct 31, 2022
1 parent e4f7ca4 commit d53131a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/block-basics.cy.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { slateBeforeEach, slateAfterEach } from '../support/e2e';

describe('Blocks Tests', () => {
beforeEach(slateBeforeEach);
afterEach(slateAfterEach);
Expand Down

0 comments on commit d53131a

Please sign in to comment.