mirror of
https://github.com/discourse/discourse.git
synced 2024-12-17 07:33:50 +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);
|
||
|
|
||
|
});
|
||
|
|