diff options
author | 2021-01-26 12:23:52 +0300 | |
---|---|---|
committer | 2021-01-26 12:26:12 +0300 | |
commit | dc86560fd0a0c111bfde85189ab5a9421ceb1365 (patch) | |
tree | 926dc7b6e4f9fa98aef6794c236fc9041b0d1922 /src/setupTests.ts | |
parent | Adds Apple Touch Icon (diff) |
Cleans Up Some Warnings
Makes slight modifications to handle some minor warnings.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'src/setupTests.ts')
-rw-r--r-- | src/setupTests.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/setupTests.ts b/src/setupTests.ts index 5018a42..6a69409 100644 --- a/src/setupTests.ts +++ b/src/setupTests.ts @@ -1,2 +1 @@ - import "@testing-library/jest-dom/extend-expect"; |