UNPKG

eslint-plugin-react-redux

Version:
13 lines (12 loc) 253 B
module.exports = [ 'expect(() => useSelector()).toThrow();', `const rows = []; function mapStateToProps(state, ownProps) { for (const { value } of rows) { } } `, `const mapStateToProps = () => { return; };`, ];