mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: fixes build errors (#27466)
This commit is contained in:
@@ -4,7 +4,7 @@ import userEvent from '@testing-library/user-event';
|
||||
import { defaultIntervals } from '@grafana/ui/src/components/RefreshPicker/RefreshPicker';
|
||||
|
||||
import { AutoRefreshIntervals, getValidIntervals, Props, validateIntervals } from './AutoRefreshIntervals';
|
||||
import { TimeSrv } from 'app/core/services/TimeSrv';
|
||||
import { TimeSrv } from '../../services/TimeSrv';
|
||||
|
||||
const setupTestContext = (options: Partial<Props>) => {
|
||||
const defaults: Props = {
|
||||
|
||||
Reference in New Issue
Block a user