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

Commit

Permalink
Fix import casing in test_newsList.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 5, 2024
1 parent da39416 commit d000068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/news-aggregation/test/test_newsList.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import '@testing-library/jest-dom'
import React from 'react';
import { render, screen, act } from '@testing-library/react';
import axios from 'axios';
import NewsList from '../src/components/NewsList'
import NewsList from '../src/components/newsList'

// Mocking axios
jest.mock('axios');
Expand Down

0 comments on commit d000068

Please sign in to comment.