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

Commit

Permalink
gh action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Dec 15, 2023
1 parent 08e6df1 commit f91594d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intro to react/vite-project/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/NewsList';
import NewsList from '../src/NewsList.tsx';

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

0 comments on commit f91594d

Please sign in to comment.