UNPKG

@popperjs/core

Version:

Tooltip and Popover Positioning Engine

8 lines (6 loc) 163 B
// @flow import getAltAxis from './getAltAxis'; it('gets alternative axis', () => { expect(getAltAxis('x')).toBe('y'); expect(getAltAxis('y')).toBe('x'); });