This website works better with JavaScript.
Home
Explore
Help
Sign In
ohtaekwon
/
ist-react-native-date-picker
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update test: Chinese month name
master
Henning Hall
5 years ago
parent
db77471ad1
commit
35f55a0a0f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/detox/e2e/tests/displayText.spec.js
+ 1
- 1
examples/detox/e2e/tests/displayText.spec.js
View File
@ -69,7 +69,7 @@ describe('Display text', () => {
}
)
it
(
'zh-CH'
,
async
(
)
=>
{
await
expectLocaleDateString
(
'zh-CH'
,
'2001年'
+
'
1
月'
+
'1日'
)
await
expectLocaleDateString
(
'zh-CH'
,
'2001年'
+
'
一
月'
+
'1日'
)
}
)
}
)
Write
Preview
Loading…
Cancel
Save