UNPKG

type-enforcer

Version:
13 lines (10 loc) 266 B
import { assign } from 'lodash'; import { elementData as data } from '../../TestUtil'; import { testMethodType } from '../methodTestUtility'; describe('method', () => { describe('.element', () => { testMethodType(assign({ coerce: false }, data)); }); });