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-mobile
Commits
36c3656b
Commit
36c3656b
authored
May 29, 2021
by
Zafir Rasyidi Taufik
Browse files
[GREEN] Increase jest timeout
parent
0f8353b4
Pipeline
#79320
passed with stage
in 29 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/scenes/LoginPage/index.test.tsx
View file @
36c3656b
...
@@ -47,6 +47,7 @@ const mockedAxios = axios as jest.Mocked<typeof axios>;
...
@@ -47,6 +47,7 @@ const mockedAxios = axios as jest.Mocked<typeof axios>;
beforeEach
(()
=>
{
beforeEach
(()
=>
{
jest
.
clearAllMocks
();
jest
.
clearAllMocks
();
});
});
jest
.
setTimeout
(
30000
);
it
(
'
renders correctly
'
,
()
=>
{
it
(
'
renders correctly
'
,
()
=>
{
const
instance
=
ReactTestRenderer
.
create
(
const
instance
=
ReactTestRenderer
.
create
(
...
...
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