resourcejs
Version:
A simple Express library to reflect Mongoose models to a REST interface.
18 lines (15 loc) • 377 B
JavaScript
;
// Here's a JavaScript-based config file.
// If you need conditional logic, you might want to use this type of config.
// Otherwise, JSON or YAML is recommended.
module.exports = {
diff: true,
extension: ['js'],
opts: false,
package: './package.json',
reporter: 'spec',
slow: 75,
timeout: 2000,
ui: 'bdd',
'watch-files': ['test/**/*.js']
};