emacs-jest
emacs-jest copied to clipboard
Emacs 28 requires `cc-defs` to be loaded before `jest`
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.