UNPKG

type-enforcer

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