Skip to content

Commit 78a2b40

Browse files
committed
Update component.tsx
1 parent 15e4c51 commit 78a2b40

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cypress/support/component.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import { mount } from 'cypress/react';
2121
// Import commands.js using ES2015 syntax:
2222
import './commands';
2323
import { FrontendConfigProvider } from '../../src/context/FrontendConfigContext';
24-
import { AuthProviderOnboarding } from '../../src/context/AuthProviderOnboarding';
2524

2625
// Augment the Cypress namespace to include type definitions for
2726
// your custom command.
@@ -40,7 +39,6 @@ declare global {
4039
Cypress.Commands.add('mount', (component, options) => {
4140
return mount(<ThemeProvider>
4241
<FrontendConfigProvider>
43-
4442
{component}
4543
</FrontendConfigProvider>
4644
</ThemeProvider>, options);

0 commit comments

Comments
 (0)