summaryrefslogtreecommitdiff
path: root/openstack_dashboard/karma.conf.js
diff options
context:
space:
mode:
authorRajat Vig <rajatv@thoughtworks.com>2015-09-30 14:05:26 -0700
committerRajat Vig <rajatv@thoughtworks.com>2015-10-01 00:18:30 -0700
commit8a9329c5fe79ce93f969ecb8c02a0a47c640083c (patch)
tree4590eb481ea489c0a66239e3bdf7dc36e682884e /openstack_dashboard/karma.conf.js
parenta23a7e0b6cbdafd2ce27a5f128e63c3ec0be5348 (diff)
downloadhorizon-8a9329c5fe79ce93f969ecb8c02a0a47c640083c.tar.gz
Add tests for controllers in tech-debt
Controllers image-form and hz-namespace-resource-type-form do not have any tests. This patch simply adds unit tests. Change-Id: I537b7bdf6b778c333f84491891afeb8dbc45eb53 Closes-Bug: #1501513
Diffstat (limited to 'openstack_dashboard/karma.conf.js')
-rw-r--r--openstack_dashboard/karma.conf.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/openstack_dashboard/karma.conf.js b/openstack_dashboard/karma.conf.js
index d18b0bfd7..3c9e6ba4b 100644
--- a/openstack_dashboard/karma.conf.js
+++ b/openstack_dashboard/karma.conf.js
@@ -161,10 +161,10 @@ module.exports = function (config) {
// Coverage threshold values.
thresholdReporter: {
- statements: 89, // target 100
- branches: 82, // target 100
- functions: 88, // target 100
- lines: 89 // target 100
+ statements: 90, // target 100
+ branches: 84, // target 100
+ functions: 89, // target 100
+ lines: 90 // target 100
}
});
};