mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
11 lines
137 B
Text
11 lines
137 B
Text
|
|
||
|
module('emoji');
|
||
|
|
||
|
test("Emoji.search", function(){
|
||
|
|
||
|
// able to find an alias
|
||
|
equal(Discourse.Emoji.search("coll").length, 1);
|
||
|
|
||
|
});
|
||
|
|