mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-18 14:39:50 +00:00
backend/frontend init
This commit is contained in:
parent
518c975791
commit
4f44b171b9
24 changed files with 11303 additions and 0 deletions
9
code/frontend/vogel-social-media/src/App.test.tsx
Normal file
9
code/frontend/vogel-social-media/src/App.test.tsx
Normal file
|
@ -0,0 +1,9 @@
|
|||
import React from 'react';
|
||||
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();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue