mirror of
https://github.com/Noratrieb/haesli.git
synced 2026-01-17 05:05:03 +01:00
create react app
This commit is contained in:
parent
c89a204a54
commit
ebc9756d1e
20 changed files with 9110 additions and 0 deletions
9
amqp_dashboard/frontend/src/App.test.tsx
Normal file
9
amqp_dashboard/frontend/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