UNPKG

type-enforcer

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