mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
Merge pull request #213 from murgatroid99/fixture_js_js
Fix js_js fixture
This commit is contained in:
commit
c4d873807f
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