mithi/hexapod

View on GitHub
src/__mocks__/react-plotly.js/factory.js

Summary

Maintainability
A
0 mins
Test Coverage
import React from "react"

// prettier-ignore
const createPlotlyComponent = () => ({ style }) => <div style={style}></div>

export default createPlotlyComponent