Fixed mock path

This commit is contained in:
Nick Sandstrom 2026-07-09 01:44:04 -07:00
parent 65fcaa885e
commit 3c658a6fc6

View file

@ -3,7 +3,7 @@ import { describe, it, expect, vi, beforeEach } from 'vitest';
import PluginDetailPanel from '../PluginDetailPanel';
// Utility mocks
vi.mock('../pluginUtils.js', () => ({
vi.mock('../../utils/components/pluginUtils.js', () => ({
compareVersions: vi.fn(),
buildCompatibilityTooltip: vi.fn(),
buildVersionSelectItems: vi.fn(),