We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0018a commit 382d866Copy full SHA for 382d866
tests/ipcMain/queuedMessages.test.ts
@@ -15,7 +15,6 @@ import {
15
QueuedMessageChangedEvent,
16
RestoreToInputEvent,
17
} from "@/common/types/ipc";
18
-import type { Result } from "@/common/types/result";
19
20
// Skip all tests if TEST_INTEGRATION is not set
21
const describeIntegration = shouldRunIntegrationTests() ? describe : describe.skip;
0 commit comments