UNPKG

react-kiwi-dropdown

Version:

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

11 lines (9 loc) 259 B
const {createMacro} = require('../../../../') const configName = 'configurableMacro' const realMacro = jest.fn() module.exports = createMacro(realMacro, {configName}) // for testing purposes only Object.assign(module.exports, { realMacro, configName, })