UNPKG

react-kiwi-dropdown

Version:

| Name | Type | Description | | --------------------------- | -------------------- | ----------- | | options | array | | selectedOption | string | | onCha

8 lines (6 loc) 193 B
import transformCss from '..' it('transforms font variant as an array', () => { expect(transformCss([['font-variant', 'tabular-nums']])).toEqual({ fontVariant: ['tabular-nums'], }) })