Removing unit test that we'll probably never run (#4944)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
fba49d1b80
Коммит
55c8283b85
@@ -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));
|
|
||||||
// }
|
|
||||||
// );
|
|
||||||
// });
|
|
||||||
// });
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user