UNPKG

metadata-based-explorer1

Version:
11 lines (8 loc) 332 B
import React from 'react'; import IntegerField from '../IntegerField'; describe('features/metadata-instance-editor/fields/IntegerField', () => { test('should correctly render an integer field', () => { const wrapper = shallow(<IntegerField dataValue="value" />); expect(wrapper).toMatchSnapshot(); }); });