Chore: fixes build errors (#27466)

This commit is contained in:
Hugo Häggmark
2020-09-09 08:57:07 +02:00
committed by GitHub
parent 7cd27d9576
commit 5520cd2c68

View File

@@ -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 = {