集成tsrpc代替protobuf

This commit is contained in:
YHH
2025-08-09 18:56:19 +08:00
parent e56278e4a6
commit 6e21ff08d5
48 changed files with 5942 additions and 3398 deletions

View File

@@ -3,10 +3,7 @@
*/
// 导入所有测试
import './ProtobufDecorators.test';
import './ProtobufSerializer.test';
import './SnapshotManagerIntegration.test';
import './Performance.test';
import './TsrpcSerializer.test';
// 这个文件确保所有序列化相关的测试都被包含在测试套件中
describe('序列化模块集成测试', () => {