mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 13:31:18 +08:00
fix the build
This commit is contained in:
@ -73,6 +73,6 @@ test("recover", function() {
|
||||
});
|
||||
|
||||
test('fancyTitle', function() {
|
||||
var topic = Topic.create({ siteSettings: { enable_emoji: true }, fancy_title: ":smile: with all the emojis" });
|
||||
var topic = Topic.create({ fancy_title: ":smile: with all the emojis" });
|
||||
equal(topic.get('fancyTitle'), "<img src='/images/emoji/undefined/smile.png?v=0' title='smile' alt='smile' class='emoji'> with all the emojis", "supports emojis");
|
||||
});
|
||||
|
Reference in New Issue
Block a user