diff options
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r-- | tests/karma.config.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index b1cd35a52dd..1b36dbfed5c 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -201,12 +201,6 @@ module.exports = function(config) { included: true, served: true }); - files.push({ - pattern: 'tests/css/*.css', - watched: true, - included: true, - served: true - }); // Allow fonts files.push({ |