Skip to content

Commit 1b96d51

Browse files
Code refactoring
1 parent 6eeccc7 commit 1b96d51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/tests/Home.test.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import axios from 'axios';
22
import { render, screen } from '@testing-library/react';
33
import userEvent from '@testing-library/user-event';
44

5+
// Components
56
import About from '../components/About';
67

78
const renderApp = () => {

0 commit comments

Comments
 (0)