mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore/Tech debt: Remove (most) instances of $q angular service use (#20668)
* Chore/Tech debt: Remove (most) instances of $q angular service use Removes instances where the angular $q service is used and replaces it with native Promises.
This commit is contained in:
@@ -5,7 +5,7 @@ describe('AnnotationsSrv', () => {
|
||||
onAppEvent: jest.fn(),
|
||||
};
|
||||
|
||||
const annotationsSrv = new AnnotationsSrv($rootScope, null, null, null, null);
|
||||
const annotationsSrv = new AnnotationsSrv($rootScope, null, null, null);
|
||||
|
||||
describe('When translating the query result', () => {
|
||||
const annotationSource = {
|
||||
|
||||
Reference in New Issue
Block a user