Format code style and update test case

This commit is contained in:
2023-11-27 09:17:22 +07:00
parent 84d713f6db
commit b7980f1998
9 changed files with 108 additions and 7 deletions
@@ -1,6 +1,8 @@
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { BrowserRouter } from 'react-router-dom';
import renderer from 'react-test-renderer';
// Components
import UserForm from '../UserForm';
describe('UserForm', () => {