This commit is contained in:
2026-04-04 18:59:34 +02:00
parent 4c989928f1
commit 94fb38e038
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ vi.mock('react-router-dom', async () => {
});
test('renders App', () => {
render(<App faro={undefined}/>);
render(<App />);
});