Have you tried to set your buttons onClick event to call the mock function?
const { getByLabelText } = renderWithProviders(<SoundBtn onClick={preventDefaultSpy} />);