mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
add some basic tests
This commit is contained in:
@@ -58,6 +58,7 @@ export const ContainerBottomButton = ({root}) => {
|
||||
],
|
||||
}}>
|
||||
<PressableButton
|
||||
testID={"container_bottom_btn"}
|
||||
color={
|
||||
containerBottomButton.color
|
||||
? containerBottomButton.color
|
||||
@@ -92,6 +93,7 @@ export const ContainerBottomButton = ({root}) => {
|
||||
size={SIZE.xl}
|
||||
/>
|
||||
<Text
|
||||
testID="container_bottom_btn_text"
|
||||
style={{
|
||||
fontSize: SIZE.md,
|
||||
color: 'white',
|
||||
|
||||
Reference in New Issue
Block a user