Asaf S
Asaf S
Any update on this?
If Facebook will approve my [PR](https://github.com/facebook/jest/pull/11695), then I'll make a PR here as well.
A bit overdue, but finally done. Please merge the following PR: #29. I tested it, and it works fine.
Really looking forward to this...
I think you are right, and I would also like to add that it makes no sense that priority can only be set during the definition of a job, and...
Didn't read your entire code, but I encountered the same problem. I found out that when restarting the server, all currently running jobs are exited without freeing their locking (you...
This can easily be done by adding "preX" where X stand for the npm's script name. Something like this: ```json { ... "scripts": { "prenp": "lint away!", "np": "np", ......
Hey @oguimbal, thx for all of your hard work. This is a very wanted feature, please find the time to complete it or at least draft an orderly request for...
@ilovedesert001, I didn't compile your example, but I've tried this one: [link](https://stackoverflow.com/questions/57774361/typescript-interface-key-string#answer-57775405), which is similar and works for me. The problem is that if I have to define multiple objects...
@mfp22 - Typescript's meaning is to prevent from strings to appear in any other key except 'specialProperty' in your example. Your solution differs from the 'any' type just by a...