diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 338e3f868e9..08b49d854e0 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -43,7 +43,7 @@ module.exports = function(config) { return apps; */ // other apps tests don't run yet... needs further research / clean up - return ['files']; + return ['files', 'files_trashbin']; } // respect NOCOVERAGE env variable |