aboutsummaryrefslogtreecommitdiff
path: root/test/pleroma/emoji_test.exs
AgeCommit message (Collapse)Author
2020-12-21Tests: Make as many tests as possible async.lain
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer.
2020-12-03Emoji: Also accept regional indicatorslain
2020-12-02Emoji: Only accept RGI emoji.lain
"recommended for general interchange"
2020-12-02Emoji: Add test for ZWJ sequence emojilain
2020-12-02Emoji: Update to Unicode 13.1, switch base file, allow multichar.lain
2020-10-13tests consistencyAlexander Strizhakov