UNPKG

type-enforcer

Version:
10 lines (8 loc) 237 B
import getOtherSet from '../../../src/methods/variants/getOtherSet'; import { testVariant } from '../methodTestUtility'; describe('getOtherSet', () => { testVariant({ variant: getOtherSet, options: ['get', 'other', 'set'] }); });