testProp('Коллбэк применяется ко всем значениям', [dictArbitrary], (dict) => {
  const cbSpy = jest.fn()

  mapValue(dict, cbSpy)