Drop trainvel backend, this is now a frontend-only app
This commit is contained in:
8
src/Station.test.js
Normal file
8
src/Station.test.js
Normal file
@ -0,0 +1,8 @@
|
||||
import { render, screen } from '@testing-library/react';
|
||||
import Station from './Station';
|
||||
|
||||
test('renders learn react link', () => {
|
||||
render(<Station />);
|
||||
const linkElement = screen.getByText(/learn react/i);
|
||||
expect(linkElement).toBeInTheDocument();
|
||||
});
|
Reference in New Issue
Block a user