Merge pull request #213 from murgatroid99/fixture_js_js

Fix js_js fixture
This commit is contained in:
Michael Lumish 2018-03-12 14:05:07 -07:00 committed by GitHub
commit c4d873807f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
global._server_implementation = 'native';
global._client_implementation = 'js';
global._server_implementation = 'js';
global._client_implementation = 'js';