mirror of
https://github.com/discourse/discourse.git
synced 2025-02-15 06:03:00 +08:00
11 lines
137 B
Plaintext
11 lines
137 B
Plaintext
![]() |
|
||
|
module('emoji');
|
||
|
|
||
|
test("Emoji.search", function(){
|
||
|
|
||
|
// able to find an alias
|
||
|
equal(Discourse.Emoji.search("coll").length, 1);
|
||
|
|
||
|
});
|
||
|
|