UNPKG

validated-changeset

Version:
10 lines (8 loc) 249 B
import mergeNested from '../../src/utils/merge-nested'; describe('Unit | Utility | merge nested', () => { // Replace this with your real tests. it('it works', () => { const result = mergeNested(); expect(result).toBeTruthy(); }); });