Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
PPL Sosial
tbcare
tbcare-web
Commits
1d65ff3d
Commit
1d65ff3d
authored
Jun 06, 2021
by
Nabilah Adani
Browse files
[GREEN] fixing typo kecamata
parent
12211c41
Pipeline
#81475
passed with stages
in 3 minutes and 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/scenes/Home/utilities/utils.test.tsx
View file @
1d65ff3d
...
...
@@ -6,7 +6,7 @@ describe('utils', () => {
expect
(
ret_val
).
toEqual
(
"
Pria
"
);
})
it
(
'
translates tipe data
'
,
()
=>
{
const
ret_val
=
translateTypetoKey
(
"
Kecamata
"
);
const
ret_val
=
translateTypetoKey
(
"
Kecamata
n
"
);
expect
(
ret_val
).
toEqual
(
"
district
"
);
})
it
(
'
translates bulan
'
,
()
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment