UNPKG

type-enforcer

Version:
13 lines (10 loc) 262 B
import { assign } from 'lodash'; import { boolData as data } from '../../TestUtil'; import { testMethodType } from '../methodTestUtility'; describe('method', () => { describe('.bool', () => { testMethodType(assign({}, data, { init: false })); }); });