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,10 @@
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { IUser } from '@type/users';
import renderer from 'react-test-renderer';
// Types
import { IUser } from '@type/users';
// Components
import UserRow from '../UserRow';
describe('UserRow', () => {