UNPKG

@patternfly/react-charts

Version:

This library provides a set of React chart components for use with the PatternFly reference implementation.

7 lines (6 loc) 167 B
const echarts: any = jest.createMockFromModule('echarts'); echarts.init = jest.fn(() => ({ setOption: jest.fn(), dispose: jest.fn() })); module.exports = echarts;