add FE tracking with grafana faro

This commit is contained in:
2023-10-24 11:44:56 +02:00
parent 542c845c23
commit 3c16e4a632
6 changed files with 153 additions and 18 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import React from 'react';
import { render, screen } from '@testing-library/react';
import { render } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
render(<App />);
render(<App faro={undefined}/>);
});