-
Notifications
You must be signed in to change notification settings - Fork 504
[feat] Add an option to save the generated jest.config.js #270
Copy link
Copy link
Closed as not planned
Labels
kind: featureNew feature or requestNew feature or requestscope: integrationRelated to an integration, not necessarily to core (but could influence core)Related to an integration, not necessarily to core (but could influence core)
Description
I want to be able to run jest tests from within my IDE (IDEA). It is far easier to just run jest directly than through tsdx test.
What I did was hacked a console.log() into node_modules/tsdx/lib/index.js, output the generated jest config and saved that in a jest.config.js file. Had to edit it a bit to remove the absolute paths (🤷♂ why those are there), but it works perfectly.
So, it would be nice to have something like the eslintconfig save option, but for the jest config.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind: featureNew feature or requestNew feature or requestscope: integrationRelated to an integration, not necessarily to core (but could influence core)Related to an integration, not necessarily to core (but could influence core)