aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers/tests/common.util.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/helpers/tests/common.util.test.js')
-rw-r--r--ui/app/helpers/tests/common.util.test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/helpers/tests/common.util.test.js b/ui/app/helpers/tests/common.util.test.js
index 891e19ef5..a52b91a10 100644
--- a/ui/app/helpers/tests/common.util.test.js
+++ b/ui/app/helpers/tests/common.util.test.js
@@ -6,6 +6,10 @@ describe('Common utils', () => {
it('should return a capitalized string from a camel-cased string', () => {
const tests = [
{
+ test: undefined,
+ expected: '',
+ },
+ {
test: '',
expected: '',
},