For some of my integration test setups, the dependencies section of package.json is empty, but the devDependencies section is not. Currently the agent considers this to be a failure and includes all devDependencies as a fallback. I think it should not be considered a failure!
For some of my integration test setups, the dependencies section of package.json is empty,
but the devDependencies section is not.
Currently the agent considers this to be a failure and includes all devDependencies as a fallback.
I think it should not be considered a failure!