add FE tracking with grafana faro
This commit is contained in:
+2
-2
@@ -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}/>);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user