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', () => {
|
.add('With skin tone from store', () => {
|
||||||
const nimbleEmojiIndex = new NimbleEmojiIndex(data)
|
const nimbleEmojiIndex = new NimbleEmojiIndex(data)
|
||||||
let results = nimbleEmojiIndex.search(text('Search', 'christmas'), {
|
let results = nimbleEmojiIndex.search(text('Search', 'thumbs'), {
|
||||||
custom: CUSTOM_EMOJIS,
|
custom: CUSTOM_EMOJIS,
|
||||||
})
|
})
|
||||||
if (!results) {
|
if (!results) {
|
||||||
|
|
Loading…
Reference in New Issue