Skip to content

Commit

Permalink
fix: (TestUtils) use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgraeme committed Jan 26, 2025
1 parent c613836 commit 3466a9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/components/__test__/test-utils.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
import { render } from '@testing-library/react';
import React from 'react';
import { WllSdkProvider } from '../../context/WllSdkContext';
import { defaultTheme } from '../../utils/styling';

const defaultConfig = {
apiKey: 'test-api-key',
userToken: 'test-user-token',
};

const defaultTheme = {};

const AllTheProviders = ({ children }: { children: React.ReactNode }) => {
return (
<WllSdkProvider
Expand Down

0 comments on commit 3466a9d

Please sign in to comment.