Mocha driver
Provides Mocha support by dynamically generating a
.mocharc.js
config file.
#
Requirements- Mocha ^8.0.0 || ^9.0.0
#
InstallationIn your configuration module, install the driver and Mocha.
- Yarn
- NPM
Create a file at configs/mocha.ts
(or js
) in which to house your Mocha configuration.
configs/mocha.ts
#
IntegrationIn your consuming project, enable the driver by adding mocha
to your drivers
config.
.config/beemo.ts