Skip to content

Commit 5afeae3

Browse files
committed
refactored tests
1 parent 87a32a6 commit 5afeae3

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

frontend/src/App.test.tsx frontend/src/__tests__/App.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { render } from '@testing-library/react'
22
import { BrowserRouter } from 'react-router-dom'
3-
import App from './App'
3+
import App from '../App'
44

55
test('app skeleton renders correctly', () => {
66
const { container } = render(<BrowserRouter><App /></BrowserRouter>)

frontend/src/logo.svg

-1
This file was deleted.

0 commit comments

Comments
 (0)