mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-06 20:16:57 +00:00
fix(frontend): fix test
This commit is contained in:
parent
8c9ec5827f
commit
7acd3d1a88
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ let $iMock = vi.hoisted<Partial<typeof import('@/i.js').$i> | null >(
|
|||
() => null
|
||||
);
|
||||
|
||||
vi.mock('@/account.js', () => {
|
||||
vi.mock('@/i.js', () => {
|
||||
return {
|
||||
get $i() {
|
||||
return $iMock;
|
||||
|
|
Loading…
Add table
Reference in a new issue