feathersjs-ecosystem/feathers-authentication-management

View on GitHub
.mocharc.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';
const path = require("path");

module.exports = {
  extension: ["ts", "js"],
  package: path.join(__dirname, "./package.json"),
  ui: "bdd",
  spec: [
    "./test/**/*.test.*",
  ],
  exit: true
};