Skip to content

Commit 8a2a6df

Browse files
committed
remove variable in stopApplication
1 parent 30f20d6 commit 8a2a6df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/electron/helpers/global-setup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ exports.stopApplication = async () => {
4040
global.electronApp = null;
4141
global.page = null;
4242
process.env.MOCK_DATE = undefined;
43-
process.env.jstest = undefined;
4443
};
4544

4645
exports.getElement = async (selector) => {

0 commit comments

Comments
 (0)