mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech: url and query mobx store so now react components and containers can read and modify url path and query via mobx store
This commit is contained in:
+2
-3
@@ -1,5 +1,4 @@
|
||||
import { GlobalEventSrv } from 'app/core/services/global_event_srv';
|
||||
import { beforeEach } from 'test/lib/common';
|
||||
import { GlobalEventSrv } from 'app/core/services/bridge_srv';
|
||||
|
||||
jest.mock('app/core/config', () => {
|
||||
return {
|
||||
@@ -7,7 +6,7 @@ jest.mock('app/core/config', () => {
|
||||
};
|
||||
});
|
||||
|
||||
describe('GlobalEventSrv', () => {
|
||||
describe('BridgeSrv', () => {
|
||||
let searchSrv;
|
||||
|
||||
beforeEach(() => {
|
||||
Reference in New Issue
Block a user