Module

x/docx/.mocharc.json

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Go to Latest
File
{ "diff": true, "spec": "src/**/*.ts", "extension": ["ts"], "package": "./package.json", "reporter": "spec", "slow": "75", "timeout": "2000", "ui": "bdd", "watch-files": ["src/**/*.ts"], "watch-ignore": ["build", "demo"], "require": ["mocha.env", "ts-node/register", "tsconfig-paths/register"]}