Restructure code

This commit is contained in:
KingRainbow44
2022-05-08 18:51:35 -04:00
parent 2019eae7b1
commit 8b51488a41
7 changed files with 2 additions and 2 deletions

5
src/utils/setupTests.ts Normal file
View File

@@ -0,0 +1,5 @@
// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom';