Skip to content

Commit 4f0feab

Browse files
committed
refactor: remove unused lines
1 parent 85136a6 commit 4f0feab

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/pluggableWidgets/app-events-native/src/__tests__/AppEvents.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ describe("AppEvents", () => {
5151
afterEach(() => {
5252
appStateChangeHandler = undefined;
5353
connectionChangeHandler = undefined;
54-
// setTimeout(); NodeJS.Timeout;
5554
});
5655

5756
it("does not render anything", () => {

packages/pluggableWidgets/gallery-native/src/components/__tests__/Gallery.spec.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable jest/no-disabled-tests */
21
/**
32
* @jest-environment jsdom
43
*/

0 commit comments

Comments
 (0)