From e378a757fffa3e43a798c0bce7d2d831912bcf75 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Mon, 8 Feb 2016 11:43:42 +0100 Subject: Add system tags filter section for files app --- tests/karma.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/karma.config.js b/tests/karma.config.js index 2b569fb7584..111af7a1559 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -101,6 +101,7 @@ module.exports = function(config) { // need to enforce loading order... 'apps/systemtags/js/app.js', 'apps/systemtags/js/systemtagsinfoview.js', + 'apps/systemtags/js/systemtagsfilelist.js', 'apps/systemtags/js/filesplugin.js' ], testFiles: ['apps/systemtags/tests/js/**/*.js'] -- cgit v1.2.3