فهرست منبع

move jest test file to specs

Marcus Efraimsson 7 سال پیش
والد
کامیت
606257a1da
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/app/features/dashboard/specs/AddPanelPanel.jest.tsx

+ 1 - 1
public/app/features/dashboard/dashgrid/AddPanelPanel.jest.tsx → 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';