fix: side effect electron test

This commit is contained in:
Louis 2024-12-13 12:39:12 +07:00
parent f6ba447f1b
commit 3bb2af2d4f
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -122,6 +122,5 @@ test.beforeAll(async () => {
}) })
test.afterAll(async () => { test.afterAll(async () => {
// temporally disabling this due to the config for parallel testing WIP teardownElectron()
// teardownElectron()
}) })