rogeliog / jest-runner-mocha

A Mocha runner for Jest
70 stars 12 forks source link

bug: Use of worker-farm breaks jest's --runInBand & --max-concurrent-workers options #16

Open hulkish opened 6 years ago

hulkish commented 6 years ago

Usage of worker-farm in a jest runner:

Instead, i recommend:

rogeliog commented 6 years ago

I agree, we should just migrate to use create-jest-runner cc: @SimenB

SimenB commented 6 years ago

Yup yup! Really straight forward to use 🙂