UNPKG

type-enforcer

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