From 88ccc2097db2b18890cfa9865bf704c9e5d743f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Fri, 16 Sep 2022 15:31:32 +0200 Subject: [PATCH] resolve GitHub Actions / lint: warnings - 'screen' is defined but never used Fix over 5f24ef9c7217f8af311ea19b1c8f6cbd4334cab1 --- src/App.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.test.js b/src/App.test.js index 77827ba..5a8b6d9 100644 --- a/src/App.test.js +++ b/src/App.test.js @@ -1,7 +1,6 @@ import React from "react"; import { render, - screen, cleanup, waitFor, waitForElementToBeRemoved,