Skip to content

Commit

Permalink
refactor: rename provider -> Provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 committed Mar 11, 2024
1 parent 700b4bb commit 2680f42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/libs/test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { RenderOptions, render } from '@testing-library/react';
import React from 'react';
import { MemoryRouter, Routes } from 'react-router-dom';

import StyledProvider from '../components/provider/StyledProvider';
import StyledProvider from '../components/Provider/StyledProvider';

export const customRender = (ui: React.ReactElement, options?: Omit<RenderOptions, 'wrapper'>) => {
const Wrapper = ({ children }: { children: React.ReactNode }) => {
Expand Down

0 comments on commit 2680f42

Please sign in to comment.