Skip to content

Commit

Permalink
imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Jul 21, 2024
1 parent f6e5e61 commit 9fb382c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { describe, expect, it } from 'vitest';
import userEvent from '@testing-library/user-event';

import { render, screen } from 'test/test-utils';
import { userFixture1 } from '__fixtures__/users';

import UserEditForm from '../UserEditForm';
import userEvent from '@testing-library/user-event';

describe('UserEditForm', () => {
it('should render successfully', async () => {
Expand Down

0 comments on commit 9fb382c

Please sign in to comment.