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:
axel7083 2026-01-05 18:31:37 +01:00 committed by GitHub
parent 6166894bcc
commit a7ec719e22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.