diff --git a/packages/dataviz/cypress/support/commands.ts b/packages/dataviz/cypress/support/commands.ts index b330c50a555..cf609b3c6d1 100644 --- a/packages/dataviz/cypress/support/commands.ts +++ b/packages/dataviz/cypress/support/commands.ts @@ -3,7 +3,6 @@ import '@testing-library/cypress/add-commands'; import { mount } from 'cypress/react'; -// import IconsProvider from '../../src/components/IconsProvider'; Cypress.Commands.add('mount', (component, options) => { const wrapper = component;