From 606257a1da27524012680bcdfd8cc38016c15ffe Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Wed, 18 Apr 2018 14:00:15 +0200 Subject: [PATCH] move jest test file to specs --- .../dashboard/{dashgrid => specs}/AddPanelPanel.jest.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename public/app/features/dashboard/{dashgrid => specs}/AddPanelPanel.jest.tsx (97%) 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';