mirror of
https://github.com/nextcloud/passman.git
synced 2025-08-16 17:40:24 +00:00
Start with a few credentialCtrl tests
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
var isTravis = (process.env.TRAVIS_BUILD_NUMBER) ? true : false;
|
||||
var browsers = ['Firefox'];
|
||||
if(!isTravis){
|
||||
browsers.push('Chrome')
|
||||
browsers = ['Chrome']
|
||||
}
|
||||
module.exports = function (config) {
|
||||
config.set({
|
||||
@ -19,10 +19,10 @@ module.exports = function (config) {
|
||||
|
||||
// list of files / patterns to load in the browser
|
||||
files: [
|
||||
'tests/unit/js/mocks/*.js',
|
||||
'../../core/vendor/jquery/dist/jquery.js',
|
||||
'../../core/vendor/underscore/underscore.js',
|
||||
'js/vendor/angular/angular.min.js',
|
||||
'tests/unit/js/mocks/*.js',
|
||||
'js/vendor/angular-mocks/angular-mocks.js',
|
||||
'js/vendor/**/*.js',
|
||||
'js/app/**/*.js',
|
||||
|
Reference in New Issue
Block a user