Tempo: Decouple Tempo from Grafana core (#79888)

This commit is contained in:
Fabrizio
2024-01-16 11:36:40 +01:00
committed by GitHub
parent 767029a43d
commit 522519f671
109 changed files with 6000 additions and 131 deletions

View File

@@ -1,7 +1,6 @@
import { render, screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import React from 'react';
import { selectOptionInTest } from 'test/helpers/selectOptionInTest';
import { TemplateSrv } from '@grafana/runtime';
@@ -11,6 +10,7 @@ import {
TempoVariableQueryEditorProps,
TempoVariableQueryType,
} from './VariableQueryEditor';
import { selectOptionInTest } from './_importedDependencies/test/helpers/selectOptionInTest';
import { createTempoDatasource } from './mocks';
const refId = 'TempoDatasourceVariableQueryEditor-VariableQuery';