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

A package to run jest inside emacs

Results 11 emacs-jest issues
Sort by recently updated
recently updated
newest added

When I run jest-repeat from inside a compilation buffer than just ran some tests, I get `Wrong type argument: stringp, nil`. I believe it's from https://github.com/edmundmiller/emacs-jest/pull/24, which introduced `buffer-file-name`. However,...