testify icon indicating copy to clipboard operation
testify copied to clipboard

Add support for Jest config

Open felixjb opened this issue 6 years ago • 2 comments

Describe the solution you'd like Add support for jest.config.js or jest field in package.json

Additional context This issue was first opened at the original repo.

felixjb avatar Jul 12 '19 03:07 felixjb

I think one solution could be using jest command line to print jest config as json (https://jestjs.io/docs/en/cli#showconfig) and the parse the output.

What I don't know if this is causing any performance problems. Also detecting the path to jest could be a problem (See existing issues for windows, gitcmd .....)

roggenbrot avatar Jul 18 '19 06:07 roggenbrot

@roggenbrot you're here! :tada: Thank you for contributing!

I'll look into it! Thank you!

felixjb avatar Jul 18 '19 14:07 felixjb