UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

9 lines (7 loc) 288 B
// @flow import expandToHashMap from './expandToHashMap'; it('expands all the possible cases', () => { const listeners = ['scroll', 'resize']; expect(expandToHashMap(true, listeners)).toMatchSnapshot('true'); expect(expandToHashMap(false, listeners)).toMatchSnapshot('false'); });