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
c543ae84
Commit
c543ae84
authored
Jul 04, 2021
by
Kefas Satrio Bangkit Solideantyo
Browse files
[REFACTOR] remove jest axios
parent
be69320c
Pipeline
#84461
failed with stages
in 4 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/scenes/nutritionist/DietReportForNutritionist/index.test.tsx
View file @
c543ae84
...
...
@@ -5,9 +5,6 @@ import DietReportForNutritionist from '.';
import
{
mockUserReportResponse
}
from
'
mocks/userReport
'
;
import
*
as
ROUTES
from
'
constants/routes
'
;
jest
.
mock
(
'
react-native-toast-message
'
);
jest
.
mock
(
'
axios
'
);
describe
(
'
DietReportForNutritionist
'
,
()
=>
{
const
data
=
mockUserReportResponse
;
...
...
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