Skip to content

Commit

Permalink
refactor: remove unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
UrazAkgultan committed Aug 27, 2024
1 parent 85136a6 commit 4f0feab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ describe("AppEvents", () => {
afterEach(() => {
appStateChangeHandler = undefined;
connectionChangeHandler = undefined;
// setTimeout(); NodeJS.Timeout;
});

it("does not render anything", () => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable jest/no-disabled-tests */
/**
* @jest-environment jsdom
*/
Expand Down

0 comments on commit 4f0feab

Please sign in to comment.