describe('Share API', () => { test('创建分享链接', async () => { expect(true).toBe(true); }); test('验证分享密码', async () => { expect(true).toBe(true); }); });