Skip to content

Commit

Permalink
fix(lock): lock
Browse files Browse the repository at this point in the history
  • Loading branch information
scamden committed Feb 13, 2020
1 parent d203deb commit a125f23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/lib/components/__tests__/grid.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const mockGridCreate = jest.fn((o: any) => ({
})
},
dataModel: {
setDirty: mockDataSetDirty
handleCachedDataChange: mockDataSetDirty
}
}));
(grid.create as any) = mockGridCreate;
Expand Down

0 comments on commit a125f23

Please sign in to comment.