From 8ab49f72ae9b332c001be5c823ca50eb5064985d Mon Sep 17 00:00:00 2001 From: Andrew Shumway Date: Wed, 27 Sep 2023 11:47:52 -0600 Subject: [PATCH] Remove unused function in test --- tests/javascripts/timeoutPopup.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/javascripts/timeoutPopup.test.js b/tests/javascripts/timeoutPopup.test.js index bd6c57803..74373de5a 100644 --- a/tests/javascripts/timeoutPopup.test.js +++ b/tests/javascripts/timeoutPopup.test.js @@ -12,7 +12,6 @@ describe('Test popup process', () => { it('Test timers work', () => { jest.runAllTimers(); - sessionTimerWrapper(); }); });