diff --git a/public/app/features/dashboard/dashgrid/AddPanelPanel.jest.tsx b/public/app/features/dashboard/specs/AddPanelPanel.jest.tsx similarity index 97% rename from public/app/features/dashboard/dashgrid/AddPanelPanel.jest.tsx rename to public/app/features/dashboard/specs/AddPanelPanel.jest.tsx index be7659ae030..872d9296d12 100644 --- a/public/app/features/dashboard/dashgrid/AddPanelPanel.jest.tsx +++ b/public/app/features/dashboard/specs/AddPanelPanel.jest.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { AddPanelPanel } from './AddPanelPanel'; +import { AddPanelPanel } from './../dashgrid/AddPanelPanel'; import { PanelModel } from '../panel_model'; import { shallow } from 'enzyme'; import config from '../../../core/config';