/** * SyncVar简单测试 */ import 'reflect-metadata'; describe('SyncVar简单测试', () => { test('基础功能测试', () => { expect(true).toBe(true); }); });