@@ -77,12 +77,12 @@ const categories: BenchCategory[] = [
7777 {
7878 name : 'Emoji' ,
7979 fixtures : [
80- { name : 'single shortcode' , input : ':smile:' } ,
81- { name : 'triple shortcode (BigEmoji)' , input : ':smile::heart::rocket:' } ,
82- { name : 'single unicode' , input : '😀' } ,
83- { name : 'triple unicode (BigEmoji)' , input : '😀🚀🌈' } ,
84- { name : 'in text' , input : 'Hello :smile: world :heart: test :rocket: done' } ,
85- { name : 'mixed' , input : 'Great job :thumbsup: 🎉 keep going :rocket:' } ,
80+ { name : 'single shortcode' , input : ':smile:' , options : fullOptions } ,
81+ { name : 'triple shortcode (BigEmoji)' , input : ':smile::heart::rocket:' , options : fullOptions } ,
82+ { name : 'single unicode' , input : '😀' , options : fullOptions } ,
83+ { name : 'triple unicode (BigEmoji)' , input : '😀🚀🌈' , options : fullOptions } ,
84+ { name : 'in text' , input : 'Hello :smile: world :heart: test :rocket: done' , options : fullOptions } ,
85+ { name : 'mixed' , input : 'Great job :thumbsup: 🎉 keep going :rocket:' , options : fullOptions } ,
8686 ] ,
8787 } ,
8888 {
0 commit comments