diff --git a/packages/chips/package.json b/packages/chips/package.json index ab4606d2f..8e292482f 100644 --- a/packages/chips/package.json +++ b/packages/chips/package.json @@ -19,7 +19,7 @@ "url": "https://github.com/material-components/material-components-web-react.git" }, "dependencies": { - "@material/chips": "^1.0.0", + "@material/chips": "^1.1.1", "@material/react-ripple": "^0.11.0", "classnames": "^2.2.6", "react": "^16.4.2" diff --git a/test/unit/list/index.test.tsx b/test/unit/list/index.test.tsx index ede98b575..9bb2b06bd 100644 --- a/test/unit/list/index.test.tsx +++ b/test/unit/list/index.test.tsx @@ -363,7 +363,7 @@ test('#listItem.props.onDestroy removes class name from state.listItemClassNames ); wrapper.setState({listItemClassNames: {0: ['test']}}); wrapper.childAt(0).childAt(0).props().onDestroy(); - console.log(wrapper.state().listItemClassNames[0]); + assert.equal(0, Object.keys(wrapper.state().listItemClassNames).length); }); test('#handleKeyDown calls #foudation.handleKeydown', () => {