summaryrefslogtreecommitdiffstats
path: root/webapp/tests/test_helper.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-05-18 10:42:25 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-18 10:42:25 -0400
commit880ef25ab1355c9f04ce87378d52cfb58f484486 (patch)
treede41300aee75a75fb96f7f8bced2b72d39be7e46 /webapp/tests/test_helper.jsx
parent02f8691fa4ed1df532ac1fc6a79406920282c026 (diff)
downloadchat-880ef25ab1355c9f04ce87378d52cfb58f484486.tar.gz
chat-880ef25ab1355c9f04ce87378d52cfb58f484486.tar.bz2
chat-880ef25ab1355c9f04ce87378d52cfb58f484486.zip
Moving out javascript driver (#3040)
Diffstat (limited to 'webapp/tests/test_helper.jsx')
-rw-r--r--webapp/tests/test_helper.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/tests/test_helper.jsx b/webapp/tests/test_helper.jsx
index 4352096a1..88813ecef 100644
--- a/webapp/tests/test_helper.jsx
+++ b/webapp/tests/test_helper.jsx
@@ -1,7 +1,7 @@
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-import Client from '../client/client.jsx';
+import Client from '../node_modules/mattermost/client.jsx';
import jqd from 'jquery-deferred';
class TestHelperClass {