mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Fix js_js fixture
This commit is contained in:
parent
0e1054016e
commit
122787f951
4
test/fixtures/js_js.js
vendored
4
test/fixtures/js_js.js
vendored
@ -1,2 +1,2 @@
|
||||
global._server_implementation = 'native';
|
||||
global._client_implementation = 'js';
|
||||
global._server_implementation = 'js';
|
||||
global._client_implementation = 'js';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user