emacs-jest icon indicating copy to clipboard operation
emacs-jest copied to clipboard

Emacs 28 requires `cc-defs` to be loaded before `jest`

Open dschrempf opened this issue 1 year ago • 3 comments

Hi!

I have to use

  :config (require 'cc-defs)

in my use-package declaration of jest. Otherwise, I get invalid function c-int-to-char errors when testing single functions.

dschrempf avatar Jun 08 '23 21:06 dschrempf