Chore: refactor core transformer folder structure (#45497)

This commit is contained in:
Ryan McKinley
2022-02-17 08:12:38 -08:00
committed by GitHub
parent d3ae8939af
commit bbddab0294
70 changed files with 65 additions and 65 deletions

View File

@@ -4,7 +4,7 @@ import { render, screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { TransformationsEditor } from './TransformationsEditor';
import { PanelModel } from '../../state';
import { getStandardTransformers } from 'app/core/utils/standardTransformers';
import { getStandardTransformers } from 'app/features/transformers/standardTransformers';
import { selectors } from '@grafana/e2e-selectors';
const setup = (transformations: DataTransformerConfig[] = []) => {