UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

16 lines (13 loc) 590 B
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose"; import { render as enzymeRender } from 'enzyme'; // Generate a render to string function. export default function createRender(options1 = {}) { const { render = enzymeRender } = options1, other1 = _objectWithoutPropertiesLoose(options1, ["render"]); const renderWithContext = function renderWithContext(node, options2 = {}) { return render(node, _extends({}, other1, options2)); }; return renderWithContext; }