mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
fixed unit test
This commit is contained in:
parent
7162583396
commit
fdeea9144c
@ -9,6 +9,7 @@ describe('DashboardRow', () => {
|
||||
beforeEach(() => {
|
||||
dashboardMock = {
|
||||
toggleRow: jest.fn(),
|
||||
on: jest.fn(),
|
||||
meta: {
|
||||
canEdit: true,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user