summaryrefslogtreecommitdiffstats
path: root/webapp/tests
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-01-03 13:08:31 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-03 13:08:31 -0500
commit55c8283b855193c4b2be119aa9175cf39055ef5d (patch)
tree99062d3325d327b652e9bea8a5f0e3802e8bcba4 /webapp/tests
parentfba49d1b809077bc4b8e4d8b303e38295151758a (diff)
downloadchat-55c8283b855193c4b2be119aa9175cf39055ef5d.tar.gz
chat-55c8283b855193c4b2be119aa9175cf39055ef5d.tar.bz2
chat-55c8283b855193c4b2be119aa9175cf39055ef5d.zip
Removing unit test that we'll probably never run (#4944)
Diffstat (limited to 'webapp/tests')
-rw-r--r--webapp/tests/client_admin.test.jsx17
1 files changed, 0 insertions, 17 deletions
diff --git a/webapp/tests/client_admin.test.jsx b/webapp/tests/client_admin.test.jsx
index 2ed08dc62..9d93668af 100644
--- a/webapp/tests/client_admin.test.jsx
+++ b/webapp/tests/client_admin.test.jsx
@@ -290,22 +290,5 @@ describe('Client.Admin', function() {
);
});
});*/
-
- // TODO XXX FIX ME - this test depends on make dist
-
- // it('General.getTranslations', function(done) {
- // TestHelper.initBasic(() => {
- // TestHelper.basicClient().getTranslations(
- // 'http://localhost:8065/static/i18n/es.json',
- // function(data) {
- // assert.equal(data['login.or'], 'o');
- // done();
- // },
- // function(err) {
- // done(new Error(err.message));
- // }
- // );
- // });
- // });
});