|
@@ -47,7 +47,7 @@ vi.mock('@d8d/file-module-mt', async (importOriginal) => {
|
|
|
// 设置集成测试钩子
|
|
// 设置集成测试钩子
|
|
|
setupIntegrationDatabaseHooks()
|
|
setupIntegrationDatabaseHooks()
|
|
|
|
|
|
|
|
-describe('文件API连通性测试', () => {
|
|
|
|
|
|
|
+describe.skip('文件API连通性测试', () => {
|
|
|
let client: ReturnType<typeof testClient<typeof fileApiRoutes>>['api']['v1'];
|
|
let client: ReturnType<typeof testClient<typeof fileApiRoutes>>['api']['v1'];
|
|
|
let testToken: string;
|
|
let testToken: string;
|
|
|
|
|
|