From 1e0be188fecd0a11e4d35f03d07738ba23c20ce9 Mon Sep 17 00:00:00 2001 From: gbrodman Date: Thu, 5 Sep 2019 10:57:35 -0400 Subject: [PATCH] Serve up all the closure library files (#257) Not necessary for the tests but it gets rid of log lines --- karma.conf.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/karma.conf.js b/karma.conf.js index f985c3f81..84d277f72 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -50,6 +50,10 @@ module.exports = function(config) { included: false, served: false }, + { + pattern: 'node_modules/google-closure-library/closure/goog/**/*.js', + included: false + }, { pattern: 'core/build/resources/main/google/registry/ui/assets/images/*.png', included: false