preact-material-components
Version:
preact wrapper for "Material Components for the web"
8 lines (6 loc) • 304 B
JavaScript
import PureRenderMixin from '../../lib/ReactComponentWithPureRenderMixin';
describe('ReactComponentWithPureRenderMixin', () => {
it('should export an object with a shouldComponentUpdate method', () => {
expect(PureRenderMixin).to.have.property('shouldComponentUpdate').that.is.a.function;
});
});