FIX: Emoji aliases not autocompleted

This commit is contained in:
Sam Saffron
2015-06-01 12:33:42 +10:00
parent 775c6d7a65
commit 7942b28780
2 changed files with 43 additions and 32 deletions

View File

@ -0,0 +1,10 @@
module('emoji');
test("Emoji.search", function(){
// able to find an alias
equal(Discourse.Emoji.search("coll").length, 1);
});