enhance(frontend): improve accounts management
This commit is contained in:
@@ -33,7 +33,7 @@ async function exe(script: string): Promise<values.Value[]> {
|
||||
return outputs;
|
||||
}
|
||||
|
||||
let $iMock = vi.hoisted<Partial<typeof import('@/account.js').$i> | null >(
|
||||
let $iMock = vi.hoisted<Partial<typeof import('@/i.js').$i> | null >(
|
||||
() => null
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user