We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3753f26 commit 730f094Copy full SHA for 730f094
frontend/src/index.js
@@ -11,7 +11,4 @@ root.render(
11
</React.StrictMode>
12
);
13
14
-// If you want to start measuring performance in your app, pass a function
15
-// to log results (for example: reportWebVitals(console.log))
16
-// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
17
reportWebVitals();
frontend/src/setupTests.js
@@ -1,5 +1,2 @@
1
// jest-dom adds custom jest matchers for asserting on DOM nodes.
2
-// allows you to do things like:
3
-// expect(element).toHaveTextContent(/react/i)
4
-// learn more: https://github.com/testing-library/jest-dom
5
import "@testing-library/jest-dom";
0 commit comments