UNPKG

@mbarde/volto-image-crop-widget

Version:

Volto add-on: Extends Voltos FileWidget to be able to crop images in-place.

14 lines (11 loc) 291 B
import 'cypress-file-upload'; import './commands'; import 'cypress-axe'; beforeEach(function () { cy.log('Setting up API fixture'); cy.exec('yarn cy:test:fixture:setup'); }); afterEach(function () { cy.log('Tearing down API fixture'); cy.exec('yarn cy:test:fixture:teardown'); });