mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Fixed linter error.
This commit is contained in:
parent
3381516013
commit
db7d72cca8
@ -3,7 +3,7 @@ import React from 'react';
|
||||
import {mount} from 'enzyme';
|
||||
import '../helper/enzyme.helper';
|
||||
|
||||
import Graphs, {GraphsWrapper, X_AXIS_LENGTH, POINT_SIZE, transformData, legendCallback,
|
||||
import Graphs, {GraphsWrapper, X_AXIS_LENGTH, POINT_SIZE, transformData,
|
||||
getStatsUrl, statsReducer} from '../../../pgadmin/dashboard/static/js/Graphs';
|
||||
|
||||
describe('Graphs.js', ()=>{
|
||||
|
Loading…
Reference in New Issue
Block a user