| 1 | import DataSource from 'handsontable/dataMap/dataSource'; |
| 2 | |
| 3 | describe('DataSource', () => { |
| 4 | function createHotMock({ modifyRowData = null, hooksWithHandlers = [], dataDotNotation = false } = {}) { |
nothing calls this directly
no test coverage detected