Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Xiao committed Aug 1, 2019
1 parent 038000c commit d0d2e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-inputs-validation",
"version": "3.2.6",
"version": "3.3.0",
"description": "React form input validation components",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/Radiobox.js
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import { expect as chaiExpect } from 'chai';
import { configure, mount } from 'enzyme';
import Adapter from 'enzyme-adapter-react-16';
import { WRAPPER_CLASS_IDENTITIFIER, OPTION_LIST_ITEM_IDENTITIFIER, MSG_CLASS_IDENTITIFIER } from '../js/Inputs/const.ts';
import { WRAPPER_CLASS_IDENTITIFIER, MSG_CLASS_IDENTITIFIER } from '../js/Inputs/const.ts';
import mockConsole from 'jest-mock-console';
import Radiobox, { Option, isValidValue } from '../js/Inputs/Radiobox.tsx';
configure({ adapter: new Adapter() });
Expand Down

0 comments on commit d0d2e82

Please sign in to comment.