UNPKG

type-enforcer

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