You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a jest.config.js file at the root of the project as a way to tell IDEs that this is a jest project (AFAIK) and this is making Nx add a test task on the root.
I don't want that and I cannot find a way to completely remove the task
"executor": "nx:noop" will keep it and somehow nx test will still attempt to call the originally-inferred dependencies, even if the test is now a "noop". I believe that's because you merge the options.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a jest.config.js file at the root of the project as a way to tell IDEs that this is a jest project (AFAIK) and this is making Nx add a
test
task on the root.I don't want that and I cannot find a way to completely remove the task
"executor": "nx:noop"
will keep it and somehownx test
will still attempt to call the originally-inferred dependencies, even if the test is now a "noop". I believe that's because you merge the options.Beta Was this translation helpful? Give feedback.
All reactions