Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Fix import case in test_app.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 5, 2024
1 parent d000068 commit 0f4cfe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/news-aggregation/test/test_app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from 'react';
import userEvent from '@testing-library/user-event';
import '@testing-library/jest-dom';
import Page from '../src/app/[[...newsSource]]/page';
import NavBar from '../src/components/NavBar';
import NavBar from '../src/components/navBar';

describe('App component', () => {
test('renders App component', () => {
Expand Down

0 comments on commit 0f4cfe3

Please sign in to comment.