Fix js_js fixture

This commit is contained in:
murgatroid99 2018-03-12 13:36:48 -07:00
parent 0e1054016e
commit 122787f951
1 changed files with 2 additions and 2 deletions

View File

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