jojojames / flycheck-jest

Flycheck extenstion for jest
GNU General Public License v3.0
10 stars 4 forks source link

Feature to run all test for project #4

Open larebsyed opened 6 years ago

larebsyed commented 6 years ago

I believe it will be great to have a feature to run all test for a particular project and show its result. In modeline, so when we are changing files we know that test are not broken.

jojojames commented 6 years ago

I'll think about it, no timelines though.

Something I want to do before that is to look into the new flymake stuff and potentially port most of my flycheck-* packages to flymake.

larebsyed commented 6 years ago

why do we want to move to flymake, isn't flycheck the new de-facto standard for this kind of job?

jojojames commented 6 years ago

It's been refactored/made better in emacs 26.

larebsyed commented 6 years ago

Hey whats the update in this?

jojojames commented 6 years ago

Open to a PR.

larebsyed commented 5 years ago

@jojojames Did you explore the flymake? Have you replaced flycheck with flymake for your workflow?

jojojames commented 5 years ago

Yes, I'm using flymake where there's a flymake extension. (eglot and the various flymake extensions I've written) @larebsyed