UNPKG

type-enforcer

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