aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers/tests/common.util.test.js
diff options
context:
space:
mode:
authorAlexander Tseung <alextsg@users.noreply.github.com>2018-10-06 04:37:00 +0800
committerGitHub <noreply@github.com>2018-10-06 04:37:00 +0800
commit874a86a6abac2fb152a8bc9492c4d80b8722b0e6 (patch)
treec6681af2ce10c793ecdd98a3c4dc960bed60efd3 /ui/app/helpers/tests/common.util.test.js
parentc8521e49adc253cf3c18812dc062c67075b42fc5 (diff)
parentc474f30929e91fc2aeadba7de9faef70d4ce2e07 (diff)
downloadtangerine-wallet-browser-874a86a6abac2fb152a8bc9492c4d80b8722b0e6.tar.gz
tangerine-wallet-browser-874a86a6abac2fb152a8bc9492c4d80b8722b0e6.tar.zst
tangerine-wallet-browser-874a86a6abac2fb152a8bc9492c4d80b8722b0e6.zip
Merge pull request #5440 from alextsg/fix-translate
Fix action translations edge cases
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: '',
},