mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-05-19 23:26:50 +00:00
perf[protocol]: 使用模板生成协议
This commit is contained in:
@@ -5,7 +5,7 @@ const fs = require('fs');
|
||||
|
||||
describe('jsProtocolTest', () => {
|
||||
it('complexObjectTest', () => {
|
||||
const data = fs.readFileSync('resources\\ComplexObject.bytes');
|
||||
const data = fs.readFileSync('../resources/ComplexObject.bytes');
|
||||
|
||||
ProtocolManager.initProtocol();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user