Sebastien Rousseau  Logo

Usage

@sebastienrousseau/mocha-config can be consumed across all standard module formats.

CommonJS

module.exports = require("@sebastienrousseau/mocha-config");

ES Modules

import config from "@sebastienrousseau/mocha-config";
export default config;

In package.json

{
  "mocha": "@sebastienrousseau/mocha-config"
}