X Tutup
Skip to content

Commit 5fe7b95

Browse files
committed
Remove changes in karma config, already included in PR #39026
1 parent 59b179d commit 5fe7b95

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

tests/karma.config.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,8 @@ module.exports = function(config) {
4444
*/
4545
// other apps tests don't run yet... needs further research / clean up
4646
return [
47-
{
48-
name: 'files',
49-
srcFiles: ['apps/files/js/*.js'],
50-
testFiles: ['apps/files/tests/js/*.js']
51-
},
52-
{
53-
name: 'files_trashbin',
54-
srcFiles: ['apps/files_trashbin/js/*.js'],
55-
testFiles: ['apps/files_trashbin/tests/js/*.js']
56-
},
47+
'files',
48+
'files_trashbin',
5749
{
5850
name: 'files_sharing',
5951
srcFiles: [

0 commit comments

Comments
 (0)
X Tutup