📝 Docs: Document that mocha will search for mocha configs by going through parent directories #4976
Open
Description
Mocha currently searches through parent directories to find a mocharc config:
Line 182 in 37deed2
But this behavior isn't documented in https://mochajs.org/#configuring-mocha-nodejs, which only says to create the mocharc in your package's root directory.
Activity