mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Emoji aliases not autocompleted
This commit is contained in:
10
test/javascripts/lib/emoji-test.js.es6
Normal file
10
test/javascripts/lib/emoji-test.js.es6
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
module('emoji');
|
||||
|
||||
test("Emoji.search", function(){
|
||||
|
||||
// able to find an alias
|
||||
equal(Discourse.Emoji.search("coll").length, 1);
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user