Simplify finding goosed (#5739)

This commit is contained in:
Jack Amadeo
2025-11-17 10:49:34 -05:00
committed by GitHub
parent 0782874a92
commit 8082c69228
5 changed files with 43 additions and 112 deletions
@@ -12,16 +12,6 @@ import {
} from './utils';
import type { FixedExtensionEntry } from '../../ConfigContext';
// Mock window.electron
const mockElectron = {
getBinaryPath: vi.fn(),
};
Object.defineProperty(window, 'electron', {
value: mockElectron,
writable: true,
});
describe('Extension Utils', () => {
beforeEach(() => {
vi.clearAllMocks();