Procházet zdrojové kódy

remove unnecessary mock function

Yuki Takei před 2 měsíci
rodič
revize
db7a620a3d

+ 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