add old files

This commit is contained in:
Lukas Weger 2025-08-01 17:37:41 +02:00
parent 53e4346d55
commit 19a40483aa
59 changed files with 20831 additions and 0 deletions

8
frontend/src/App.test.js Normal file
View file

@ -0,0 +1,8 @@
import { render, screen } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
render(<App />);
const linkElement = screen.getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});