mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
search: began writing test for new search
This commit is contained in:
8
public/test/mocks/backend_srv.ts
Normal file
8
public/test/mocks/backend_srv.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export class BackendSrvMock {
|
||||
search: any;
|
||||
|
||||
constructor() {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user