mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* migrate experimental to core grafana - update refs Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
12 lines
256 B
TypeScript
12 lines
256 B
TypeScript
import * as testData from '../mocks/testData';
|
|
|
|
import { testStatementPosition } from './statementPosition';
|
|
import { TestQueryModel } from './types';
|
|
|
|
export const SQLEditorTestUtils = {
|
|
testData,
|
|
testStatementPosition,
|
|
};
|
|
|
|
export { TestQueryModel };
|