UNPKG

type-enforcer

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