add experimental test for 2E Tulajdonsagok component

This commit is contained in:
2024-03-31 12:35:28 +02:00
parent a922b006bc
commit 0cefc1e38b
3 changed files with 58 additions and 3 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ import React from 'react';
import { render } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
test('renders App', () => {
render(<App faro={undefined}/>);
});