RocketChat/Rocket.Chat

View on GitHub
apps/meteor/.mocharc.base.json

Summary

Maintainability
Test Coverage
{
    "ui": "bdd",
    "reporter": "spec",
    "extension": ["js", "ts", "tsx"],
    "require": [
        "ts-node/register",
        "./tests/setup/chaiPlugins.ts"
    ],
    "watch-files": [
        "./**/*.js",
        "./**/*.ts",
        "./**/*.tsx"
    ]
}