mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-17 16:50:53 +00:00
Fixed mock path
This commit is contained in:
parent
65fcaa885e
commit
3c658a6fc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue