瀏覽代碼

remove unnecessary mock function

Yuki Takei 2 月之前
父節點
當前提交
db7a620a3d
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      packages/remark-lsx/src/client/stores/lsx/lsx.spec.ts

+ 0 - 3
packages/remark-lsx/src/client/stores/lsx/lsx.spec.ts

@@ -87,9 +87,6 @@ describe('useSWRxLsx integration tests', () => {
       pageService: {
         getExcludedPathsBySystem: vi.fn().mockReturnValue(['/user']),
       },
-      configManager: {
-        getConfig: vi.fn().mockReturnValue(false),
-      },
     };
 
     // Import and setup the LSX middleware