mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Angular: Move coreModule to app/angular and isolate angular usage more (#41433)
* moving coreModule to app/angular and isolating it more * fixed ts issue
This commit is contained in:
@@ -7,7 +7,7 @@ import { getAltSegmentsSelectables, getTagsSelectables, getTagsAsSegmentsSelecta
|
||||
import { GraphiteSegment } from '../types';
|
||||
import { createStore } from '../state/store';
|
||||
|
||||
jest.mock('app/core/utils/promiseToDigest', () => ({
|
||||
jest.mock('app/angular/promiseToDigest', () => ({
|
||||
promiseToDigest: (scope: any) => {
|
||||
return (p: Promise<any>) => p;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user