mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +08:00
remove old markdown engine work-in-progress
This commit is contained in:
@ -42,9 +42,6 @@ QUnit.assert.cookedPara = function(input, expected, message) {
|
||||
};
|
||||
|
||||
QUnit.test("buildOptions", assert => {
|
||||
assert.ok(buildOptions({ siteSettings: { allow_html_tables: true } }).features.table, 'tables enabled');
|
||||
assert.ok(!buildOptions({ siteSettings: { allow_html_tables: false } }).features.table, 'tables disabled');
|
||||
|
||||
assert.ok(buildOptions({ siteSettings: { enable_emoji: true } }).features.emoji, 'emoji enabled');
|
||||
assert.ok(!buildOptions({ siteSettings: { enable_emoji: false } }).features.emoji, 'emoji disabled');
|
||||
});
|
||||
|
Reference in New Issue
Block a user