Update test paths
parent
9bbd5ebd48
commit
bba5a35621
|
@ -1,5 +1,5 @@
|
|||
import reducer from 'chronograf/reducers/panels';
|
||||
import {deletePanel} from 'chronograf/actions/view';
|
||||
import reducer from 'src/data_explorer/reducers/panels';
|
||||
import {deletePanel} from 'src/data_explorer/actions/view';
|
||||
|
||||
const fakeAddPanelAction = (panelId, queryId) => {
|
||||
return {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import reducer from 'chronograf/reducers/queryConfigs';
|
||||
import reducer from 'src/data_explorer/reducers/queryConfigs';
|
||||
import defaultQueryConfig from 'src/utils/defaultQueryConfig';
|
||||
import {
|
||||
chooseNamespace,
|
||||
|
@ -10,7 +10,7 @@ import {
|
|||
groupByTime,
|
||||
toggleTagAcceptance,
|
||||
updateRawQuery,
|
||||
} from 'chronograf/actions/view';
|
||||
} from 'src/data_explorer/actions/view';
|
||||
|
||||
const fakeAddQueryAction = (panelId, queryId) => {
|
||||
return {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import selectStatement from 'chronograf/utils/influxql/select';
|
||||
import selectStatement from 'src/data_explorer/utils/influxql/select';
|
||||
import defaultQueryConfig from 'src/utils/defaultQueryConfig';
|
||||
|
||||
function mergeConfig(options) {
|
||||
|
|
Loading…
Reference in New Issue