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
64023c32
Commit
64023c32
authored
Jun 07, 2021
by
Zafir Rasyidi Taufik
Browse files
[GREEN] Try to fix error in pipeline
parent
8f9bf2cd
Pipeline
#82132
failed with stage
in 1 minute and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/App/index.tsx
View file @
64023c32
...
...
@@ -73,7 +73,7 @@ declare global {
type
AlertType
=
{
illustration
?:
ImageSourcePropType
;
message
?:
string
;
message
?:
string
|
Element
;
}
type
SetAlertType
=
React
.
Dispatch
<
React
.
SetStateAction
<
AlertType
>>
...
...
@@ -192,7 +192,10 @@ const App = () => {
// Token is not valid
setAlert
({
illustration
:
WonderingIllustration
,
message
:
"
Akun anda belum aktif, silahkan hubungi
\n
ppticabangkotadepok@gmail.com
"
message
:
<>
<
Text
>
{
"
Akun anda belum aktif, silahkan hubungi
\n
"
}
</
Text
>
<
Text
color
=
'#0DCE66'
>
ppticabangkotadepok@gmail.com
</
Text
>
</>,
})
setToken
(
''
)
}
...
...
src/scenes/ContactInvestigationFormStep2/index.test.tsx
View file @
64023c32
...
...
@@ -13,6 +13,8 @@ import ReactTestRenderer, { act } from 'react-test-renderer';
import
{
AppContext
}
from
'
contexts
'
;
import
{
KECAMATAN_VALUES
,
JENIS_KONTAK_VALUES
,
KELURAHAN_VALUES
}
from
'
./constants
'
;
jest
.
useFakeTimers
();
const
Stack
=
createStackNavigator
();
const
testPropsEdit
=
{
cache
:
{
...
...
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