UNPKG

type-enforcer

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