The init script currently generates the package.json script using mocha no matter which test framework option you choose. Also outputs the usage instructions to use mocha. Changed this to always use the provided testRunner argument instead as well as warn, when the script with this name already existed.
The init script currently generates the package.json script using mocha no matter which test framework option you choose. Also outputs the usage instructions to use mocha. Changed this to always use the provided
testRunner
argument instead as well as warn, when the script with this name already existed.