Skip to content

Commit

Permalink
re-ordered imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikelle Wade committed Jan 25, 2024
1 parent cb71303 commit 307160e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ChatEntry.test.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import '@testing-library/jest-dom/extend-expect';
import ChatEntry from './ChatEntry';
import { render, screen } from '@testing-library/react';
import '@testing-library/jest-dom/extend-expect';

describe('Wave 01: ChatEntry', () => {
beforeEach(() => {
Expand Down

0 comments on commit 307160e

Please sign in to comment.