The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/mocha_end_to_end.opts.js

18 lines
300 B

'use strict';
module.exports = {
require: [
'babel-mocha-es6-compiler',
'babel-polyfill',
],
reporter: 'spec',
ui: 'bdd',
extension: 'js,ts',
timeout: 10000,
bail: true,
file: 'tests/end-to-end/teardown.js',
spec: [
'tests/end-to-end/api/*.js',
'tests/end-to-end/apps/*.js',
],
};