mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(vitest): update import path for product.json in __mocks__ directory (#15554)
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com>
This commit is contained in:
parent
6166894bcc
commit
a7ec719e22
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
***********************************************************************/
|
||||
|
||||
import { vi, beforeEach } from 'vitest';
|
||||
import product from './product.json' with { type: 'json' };
|
||||
import product from './../../product.json' with { type: 'json' };
|
||||
|
||||
/**
|
||||
* Mock the extension API for vitest.
|
||||
|
|
|
|||
Loading…
Reference in a new issue