From 122787f951626d9b9f3ea536d0613259e5b6891b Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Mon, 12 Mar 2018 13:36:48 -0700 Subject: [PATCH] Fix js_js fixture --- test/fixtures/js_js.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/fixtures/js_js.js b/test/fixtures/js_js.js index e0ca3c58..7d72dc49 100644 --- a/test/fixtures/js_js.js +++ b/test/fixtures/js_js.js @@ -1,2 +1,2 @@ -global._server_implementation = 'native'; -global._client_implementation = 'js'; \ No newline at end of file +global._server_implementation = 'js'; +global._client_implementation = 'js';