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();
  });
});
