move jest test file to specs

This commit is contained in:
Marcus Efraimsson 2018-04-18 14:00:15 +02:00
parent ce97f89de6
commit 606257a1da
No known key found for this signature in database
GPG Key ID: EBFE0FB04612DD4A

View File

@ -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';