Skip to content

Commit d0d2e82

Browse files
author
Edward Xiao
committed
no message
1 parent 038000c commit d0d2e82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

src/__tests__/Radiobox.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import { expect as chaiExpect } from 'chai';
33
import { configure, mount } from 'enzyme';
44
import 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';
66
import mockConsole from 'jest-mock-console';
77
import Radiobox, { Option, isValidValue } from '../js/Inputs/Radiobox.tsx';
88
configure({ adapter: new Adapter() });

0 commit comments

Comments
 (0)