mirror of https://github.com/grpc/grpc-node.git
Fix js_js fixture
This commit is contained in:
parent
0e1054016e
commit
122787f951
|
|
@ -1,2 +1,2 @@
|
|||
global._server_implementation = 'native';
|
||||
global._server_implementation = 'js';
|
||||
global._client_implementation = 'js';
|
||||
Loading…
Reference in New Issue