UNPKG

@mcdevsl/superset-ui

Version:
8 lines (6 loc) 235 B
import { isRequired } from '@superset-ui/core/src'; describe('isRequired(field)', () => { it('should throw error with the given field in the message', () => { expect(() => isRequired('myField')).toThrow(Error); }); });