mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
feat(): add rpc serializer and deserializer, improve performance
This commit is contained in:
@@ -250,7 +250,7 @@ describe('ClientRMQ', function() {
|
||||
expect(
|
||||
callback.calledWith({
|
||||
err: packet.err,
|
||||
response: null,
|
||||
response: 'test',
|
||||
isDisposed: true,
|
||||
}),
|
||||
).to.be.true;
|
||||
@@ -271,7 +271,7 @@ describe('ClientRMQ', function() {
|
||||
expect(
|
||||
callback.calledWith({
|
||||
err: undefined,
|
||||
response: null,
|
||||
response: 'test',
|
||||
isDisposed: true,
|
||||
}),
|
||||
).to.be.true;
|
||||
|
||||
Reference in New Issue
Block a user