Use `thumbs` over `christmas` for skin tone search story
parent
88310345d8
commit
127dea28a5
|
@ -218,7 +218,7 @@ storiesOf('Headless Search', module)
|
|||
|
||||
.add('With skin tone from store', () => {
|
||||
const nimbleEmojiIndex = new NimbleEmojiIndex(data)
|
||||
let results = nimbleEmojiIndex.search(text('Search', 'christmas'), {
|
||||
let results = nimbleEmojiIndex.search(text('Search', 'thumbs'), {
|
||||
custom: CUSTOM_EMOJIS,
|
||||
})
|
||||
if (!results) {
|
||||
|
|
Loading…
Reference in New Issue