Skip to content

Commit

Permalink
remove variable in stopApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
sdetweil committed Nov 12, 2024
1 parent 30f20d6 commit 8a2a6df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/electron/helpers/global-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ exports.stopApplication = async () => {
global.electronApp = null;
global.page = null;
process.env.MOCK_DATE = undefined;
process.env.jstest = undefined;
};

exports.getElement = async (selector) => {
Expand Down

0 comments on commit 8a2a6df

Please sign in to comment.