node tests: Remove compile-settings code from i18n.js.

This commit is contained in:
Steve Howell 2016-11-04 11:58:21 -07:00 committed by Tim Abbott
parent dae53573cb
commit 6a1b53a195
1 changed files with 0 additions and 4 deletions

View File

@ -75,10 +75,6 @@ var _ = global._;
}
};
fs.readdirSync(path.join(__dirname, "../../static/templates/", "settings")).forEach(function (o) {
global.render_template(o.replace(/\.handlebars/, ""));
});
var html = global.render_template('settings_tab', args);
var div = $(html).find("div.notification-reminder");
assert.equal(div.text().trim(), 'Some French text with Zulip');