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 cc89b54 commit c348b75
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/dataviz/cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ import { mount } from 'cypress/react';
// import IconsProvider from '../../src/components/IconsProvider';

Cypress.Commands.add('mount', (component, options) => {
// const wrapped = (
// <React.Fragement>
// <IconsProvider />
// {component}
// </React.Fragement>
// );
const wrapper = component;
return mount(wrapper, options);
});

0 comments on commit c348b75

Please sign in to comment.