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

  mapKey(dict, cbSpy)