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
2021
Kelas D
PT Gizi Sehat - Dietela
Dietela Mobile
Commits
750da5ef
Commit
750da5ef
authored
May 17, 2021
by
Doan Andreas Nathanael
Browse files
[RED] add further test for diet recom form
parent
9de0446d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/scenes/questionnaire/ProfileDietRecommendation/index.test.tsx
View file @
750da5ef
...
...
@@ -6,6 +6,11 @@ import ProfileDietRecommendation from '.';
describe
(
'
ProfileDietRecommendation
'
,
()
=>
{
it
(
'
renders correctly
'
,
()
=>
{
render
(<
ProfileDietRecommendation
/>,
ROUTES
.
profileDietRecommendation
);
render
(<
ProfileDietRecommendation
/>,
ROUTES
.
profileDietRecommendation
,
{
routeParams
:
{
name
:
'
Doan
'
,
id
:
1
,
},
});
});
});
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