Update tests

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
pull/14186/head
Roeland Jago Douma 5 years ago
parent 0357a30a58
commit fb1eb96730
No known key found for this signature in database
GPG Key ID: F941078878347C0C

@ -46,6 +46,7 @@ module.exports = function(config) {
'files',
'files_trashbin',
'files_versions',
'systemtags',
{
name: 'files_sharing',
srcFiles: [
@ -92,18 +93,6 @@ module.exports = function(config) {
],
testFiles: ['apps/comments/tests/js/**/*.js']
},
{
name: 'systemtags',
srcFiles: [
// need to enforce loading order...
'apps/systemtags/js/app.js',
'apps/systemtags/js/systemtagsinfoview.js',
'apps/systemtags/js/systemtagsinfoviewtoggleview.js',
'apps/systemtags/js/systemtagsfilelist.js',
'apps/systemtags/js/filesplugin.js'
],
testFiles: ['apps/systemtags/tests/js/**/*.js']
},
{
name: 'settings',
srcFiles: [

Loading…
Cancel
Save