This commit is contained in:
Jaco Greeff 2016-12-12 12:48:43 +01:00
parent 29674a0e65
commit c5c4e5e901

View File

@ -39,7 +39,7 @@ function render (props) {
return component;
}
describe.only('ui/Form/TypedInput', () => {
describe('ui/Form/TypedInput', () => {
describe('bool selection', () => {
beforeEach(() => {
render({ param: { type: ABI_TYPES.BOOL } });