File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-inputs-validation" ,
3- "version" : " 3.2.6 " ,
3+ "version" : " 3.3.0 " ,
44 "description" : " React form input validation components" ,
55 "main" : " index.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
22import { expect as chaiExpect } from 'chai' ;
33import { configure , mount } from 'enzyme' ;
44import Adapter from 'enzyme-adapter-react-16' ;
5- import { WRAPPER_CLASS_IDENTITIFIER , OPTION_LIST_ITEM_IDENTITIFIER , MSG_CLASS_IDENTITIFIER } from '../js/Inputs/const.ts' ;
5+ import { WRAPPER_CLASS_IDENTITIFIER , MSG_CLASS_IDENTITIFIER } from '../js/Inputs/const.ts' ;
66import mockConsole from 'jest-mock-console' ;
77import Radiobox , { Option , isValidValue } from '../js/Inputs/Radiobox.tsx' ;
88configure ( { adapter : new Adapter ( ) } ) ;
You can’t perform that action at this time.
0 commit comments