@@ -21,32 +21,32 @@ if (process.env.TEST_E2E) {
2121 [ 'rpc.rx.compact.json' , compact , json , json ] ,
2222 [ 'rpc.rx.compact.cbor' , compact , cbor , cbor ] ,
2323 [ 'rpc.rx.compact.msgpack' , compact , msgpack , msgpack ] ,
24- // ['rpc.rx.compact.json-cbor', compact, json, cbor],
25- // ['rpc.rx.compact.json-msgpack', compact, json, msgpack],
26- // ['rpc.rx.compact.cbor-json', compact, cbor, json],
27- // ['rpc.rx.compact.cbor-msgpack', compact, cbor, msgpack],
28- // ['rpc.rx.compact.msgpack-json', compact, msgpack, json],
29- // ['rpc.rx.compact.msgpack-cbor', compact, msgpack, cbor],
24+ [ 'rpc.rx.compact.json-cbor' , compact , json , cbor ] ,
25+ [ 'rpc.rx.compact.json-msgpack' , compact , json , msgpack ] ,
26+ [ 'rpc.rx.compact.cbor-json' , compact , cbor , json ] ,
27+ [ 'rpc.rx.compact.cbor-msgpack' , compact , cbor , msgpack ] ,
28+ [ 'rpc.rx.compact.msgpack-json' , compact , msgpack , json ] ,
29+ [ 'rpc.rx.compact.msgpack-cbor' , compact , msgpack , cbor ] ,
3030
3131 [ 'rpc.rx.binary.cbor' , binary , cbor , cbor ] ,
3232 [ 'rpc.rx.binary.msgpack' , binary , msgpack , msgpack ] ,
3333 [ 'rpc.rx.binary.json' , binary , json , json ] ,
34- // ['rpc.rx.binary.json-cbor', binary, json, cbor],
35- // ['rpc.rx.binary.json-msgpack', binary, json, msgpack],
36- // ['rpc.rx.binary.cbor-json', binary, cbor, json],
37- // ['rpc.rx.binary.cbor-msgpack', binary, cbor, msgpack],
38- // ['rpc.rx.binary.msgpack-json', binary, msgpack, json],
39- // ['rpc.rx.binary.msgpack-cbor', binary, msgpack, cbor],
34+ [ 'rpc.rx.binary.json-cbor' , binary , json , cbor ] ,
35+ [ 'rpc.rx.binary.json-msgpack' , binary , json , msgpack ] ,
36+ [ 'rpc.rx.binary.cbor-json' , binary , cbor , json ] ,
37+ [ 'rpc.rx.binary.cbor-msgpack' , binary , cbor , msgpack ] ,
38+ [ 'rpc.rx.binary.msgpack-json' , binary , msgpack , json ] ,
39+ [ 'rpc.rx.binary.msgpack-cbor' , binary , msgpack , cbor ] ,
4040
4141 [ 'rpc.json2.verbose.json' , jsonRpc2 , json , json ] ,
4242 [ 'rpc.json2.verbose.cbor' , jsonRpc2 , cbor , cbor ] ,
4343 [ 'rpc.json2.verbose.msgpack' , jsonRpc2 , msgpack , msgpack ] ,
44- // ['rpc.json2.verbose.json-cbor', jsonRpc2, json, cbor],
45- // ['rpc.json2.verbose.json-msgpack', jsonRpc2, json, msgpack],
46- // ['rpc.json2.verbose.cbor-json', jsonRpc2, cbor, json],
47- // ['rpc.json2.verbose.cbor-msgpack', jsonRpc2, cbor, msgpack],
48- // ['rpc.json2.verbose.msgpack-json', jsonRpc2, msgpack, json],
49- // ['rpc.json2.verbose.msgpack-cbor', jsonRpc2, msgpack, cbor],
44+ [ 'rpc.json2.verbose.json-cbor' , jsonRpc2 , json , cbor ] ,
45+ [ 'rpc.json2.verbose.json-msgpack' , jsonRpc2 , json , msgpack ] ,
46+ [ 'rpc.json2.verbose.cbor-json' , jsonRpc2 , cbor , json ] ,
47+ [ 'rpc.json2.verbose.cbor-msgpack' , jsonRpc2 , cbor , msgpack ] ,
48+ [ 'rpc.json2.verbose.msgpack-json' , jsonRpc2 , msgpack , json ] ,
49+ [ 'rpc.json2.verbose.msgpack-cbor' , jsonRpc2 , msgpack , cbor ] ,
5050 ] ;
5151
5252 for ( const [ protocolSpecifier , msgCodec , reqCodec , resCodec ] of cases ) {
0 commit comments