feathersjs/feathers-blob

View on GitHub
mocharc.js

Summary

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

module.exports = {
  package: path.join(__dirname, './package.json'),
  ui: 'bdd',
  spec: [
    './test/**/*.test.js'
  ],
  timeout: 20000
};