UNPKG

yhtml5-test

Version:

A test framework for front-end projects

10 lines (7 loc) 261 B
/** * @fileoverview Prevent usage of setState in componentWillUpdate * @author Yannick Croissant */ 'use strict'; var makeNoMethodSetStateRule = require('../util/makeNoMethodSetStateRule'); module.exports = makeNoMethodSetStateRule('componentWillUpdate');