修复lint错误
修正钱包生命周期分支的 lint 问题。
This commit is contained in:
@@ -14,8 +14,8 @@ const clientApi = vi.hoisted(() => ({
|
||||
|
||||
vi.mock('../src/services/clientApi', () => clientApi);
|
||||
|
||||
import { useWalletStore } from '../src/stores/useWalletStore';
|
||||
import { useAccountWallet } from '../src/features/app-shell/useAccountWallet';
|
||||
import { useWalletStore } from '../src/stores/useWalletStore';
|
||||
|
||||
function detailedBalance(totalPoints: number) {
|
||||
return {
|
||||
|
||||
@@ -5,9 +5,9 @@ import { useState } from 'react';
|
||||
import { beforeEach, describe, expect, it, vi } from 'vitest';
|
||||
|
||||
import type { AuthUser } from '../../../packages/shared/src/contracts/auth';
|
||||
import { usePlatformWalletStore } from '../../stores/usePlatformWalletStore';
|
||||
import { PlatformEntryFlowShellImpl } from './PlatformEntryActiveFlowShell';
|
||||
import type { SelectionStage } from './platformEntryActiveTypes';
|
||||
import { usePlatformWalletStore } from '../../stores/usePlatformWalletStore';
|
||||
|
||||
const authUiMock = vi.hoisted(() => ({
|
||||
value: {
|
||||
|
||||
Reference in New Issue
Block a user