1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00

Fix database

This commit is contained in:
MoonTestUse1
2025-01-07 06:51:46 +06:00
parent 21e4194909
commit 668ae80544
3 changed files with 45 additions and 24 deletions

6
frontend/src/App.test.js Normal file
View File

@@ -0,0 +1,6 @@
import { render, screen } from '@testing-library/react';
import App from './App';
test('renders without crashing', () => {
render(<App />);
});