Skip to content

Commit

Permalink
Update packages/dataviz/cypress/support/commands.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Romain <[email protected]>
  • Loading branch information
smouillour and romainseb authored Nov 27, 2023
1 parent c348b75 commit b1d0a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/dataviz/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b1d0a12

Please sign in to comment.