UNPKG

type-enforcer

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