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 e10d482 commit c76a715Copy full SHA for c76a715
test/electron/electron.test.ts
@@ -1,5 +1,6 @@
1
import type { SpawnSyncReturns } from 'child_process';
2
import { execSync, spawnSync } from 'child_process';
3
+// eslint-disable-next-line import/no-unresolved
4
import { default as getElectronPath } from 'electron';
5
import { describe, expect, test } from "vitest";
6
0 commit comments