mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency prettier to v3 (#71586)
* Update dependency prettier to v3 * run prettier * ignore prettier update in legacy select scss * update command line arg --------- 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:
@@ -499,7 +499,7 @@ describe('PanelModel', () => {
|
||||
describe('destroy', () => {
|
||||
it('Should still preserve last query result', () => {
|
||||
model.getQueryRunner().useLastResultFrom({
|
||||
getLastResult: () => ({} as PanelData),
|
||||
getLastResult: () => ({}) as PanelData,
|
||||
} as PanelQueryRunner);
|
||||
|
||||
model.destroy();
|
||||
|
||||
Reference in New Issue
Block a user