mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
Update Monthly patch updates (#64323)
* Update Monthly patch updates * don't update dangerously-set-html-content * run prettier * fix types --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
This commit is contained in:
@ -99,6 +99,8 @@ describe('GrafanaJavascriptAgentEchoBackend', () => {
|
||||
getSession: jest.fn(),
|
||||
resetUser: jest.fn(),
|
||||
resetSession: jest.fn(),
|
||||
setView: jest.fn(),
|
||||
getView: jest.fn(),
|
||||
},
|
||||
config: {
|
||||
globalObjectKey: '',
|
||||
@ -193,6 +195,8 @@ describe('GrafanaJavascriptAgentEchoBackend', () => {
|
||||
getSession: jest.fn(),
|
||||
resetUser: jest.fn(),
|
||||
resetSession: jest.fn(),
|
||||
setView: jest.fn(),
|
||||
getView: jest.fn(),
|
||||
},
|
||||
config: {
|
||||
globalObjectKey: '',
|
||||
|
Reference in New Issue
Block a user