When we run the packaged unit tests in node-modules forever, We got this "(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral."

This is warning only and this warning does not occur all the times. This only shows up when we invoke the tests using a jenkins server. If we run the npm test directly on the machine, we did not see such issues.

I saw many posting about this warning but no one explain the root cause of it?

Could this be a timing related issue?

0

There are 0 answers