fixed unit test

This commit is contained in:
Torkel Ödegaard 2019-02-04 15:50:47 +01:00
parent 7162583396
commit fdeea9144c

View File

@ -9,6 +9,7 @@ describe('DashboardRow', () => {
beforeEach(() => {
dashboardMock = {
toggleRow: jest.fn(),
on: jest.fn(),
meta: {
canEdit: true,
},