springernature / shunter

A Node.js application built to read JSON and translate it into HTML
GNU Lesser General Public License v3.0
237 stars 28 forks source link

Replace mocha.opts with RC file #341

Closed josebolos closed 2 years ago

josebolos commented 3 years ago

Mocha v8 has deprecated the use of the mocha.opts file, which has now been replaced with a combination of CLI args + RC files. We should probably replace the mocha.opts file in the tests folder so we can upgrade mocha in the future.

More info: https://boneskull.com/mocha-v6/

jpw commented 2 years ago

Thanks José, this is now in the default branch.