summaryrefslogtreecommitdiffstats
path: root/browser/components/newtab/karma.mc.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/newtab/karma.mc.config.js')
-rw-r--r--browser/components/newtab/karma.mc.config.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/browser/components/newtab/karma.mc.config.js b/browser/components/newtab/karma.mc.config.js
index 886b19df7b..89887918e0 100644
--- a/browser/components/newtab/karma.mc.config.js
+++ b/browser/components/newtab/karma.mc.config.js
@@ -188,6 +188,15 @@ module.exports = function (config) {
functions: 0,
branches: 0,
},
+ /**
+ * Weather.jsx is tested via an xpcshell test
+ */
+ "content-src/components/Weather/*.jsx": {
+ statements: 0,
+ lines: 0,
+ functions: 0,
+ branches: 0,
+ },
"content-src/components/DiscoveryStreamAdmin/*.jsx": {
statements: 0,
lines: 0,