2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00
discourse/test/javascripts/lib/emoji-test.js.es6

11 lines
137 B
Text
Raw Normal View History

2015-06-01 12:33:42 +10:00
module('emoji');
test("Emoji.search", function(){
// able to find an alias
equal(Discourse.Emoji.search("coll").length, 1);
});