diff --git a/apps/remixdesktop/test/tests/app/git-ui.test.ts b/apps/remixdesktop/test/tests/app/git-ui.test.ts index fb9d0158e9..777f7d8631 100644 --- a/apps/remixdesktop/test/tests/app/git-ui.test.ts +++ b/apps/remixdesktop/test/tests/app/git-ui.test.ts @@ -195,10 +195,7 @@ const tests = { } const useIsoGit = process.argv.includes('--useIsoGit'); if (process.platform.startsWith('win')) { - if (useIsoGit) - module.exports = { ...tests } - else - module.exports = {} + module.exports = {} } else module.exports = { ...tests } diff --git a/apps/remixdesktop/test/tests/app/git-ui_2.test.ts b/apps/remixdesktop/test/tests/app/git-ui_2.test.ts index 89d3c8ea7a..461dbba61a 100644 --- a/apps/remixdesktop/test/tests/app/git-ui_2.test.ts +++ b/apps/remixdesktop/test/tests/app/git-ui_2.test.ts @@ -174,10 +174,7 @@ const tests = { const useIsoGit = process.argv.includes('--useIsoGit'); if (process.platform.startsWith('win')) { - if (useIsoGit) - module.exports = { ...tests } - else - module.exports = {} + module.exports = {} } else module.exports = { ...tests } \ No newline at end of file diff --git a/apps/remixdesktop/test/tests/app/git-ui_3.test.ts b/apps/remixdesktop/test/tests/app/git-ui_3.test.ts index f45dc85d0d..3e74121c94 100644 --- a/apps/remixdesktop/test/tests/app/git-ui_3.test.ts +++ b/apps/remixdesktop/test/tests/app/git-ui_3.test.ts @@ -145,10 +145,7 @@ const tests = { const useIsoGit = process.argv.includes('--useIsoGit'); if (process.platform.startsWith('win')) { - if (useIsoGit) - module.exports = { ...tests } - else - module.exports = {} + module.exports = {} } else module.exports = { ...tests } \ No newline at end of file diff --git a/apps/remixdesktop/test/tests/app/git-ui_4.test.ts b/apps/remixdesktop/test/tests/app/git-ui_4.test.ts index 784ce57edb..1f084209a8 100644 --- a/apps/remixdesktop/test/tests/app/git-ui_4.test.ts +++ b/apps/remixdesktop/test/tests/app/git-ui_4.test.ts @@ -192,10 +192,7 @@ const tests = { const useIsoGit = process.argv.includes('--useIsoGit'); if (process.platform.startsWith('win')) { - if (useIsoGit) - module.exports = { ...tests } - else - module.exports = {} + module.exports = {} } else module.exports = { ...tests } \ No newline at end of file