mirror of
https://github.com/urosran/cally.git
synced 2025-11-26 16:34:54 +00:00
folder init
This commit is contained in:
@ -1,10 +0,0 @@
|
|||||||
import * as React from 'react';
|
|
||||||
import renderer from 'react-test-renderer';
|
|
||||||
|
|
||||||
import { ThemedText } from '../ThemedText';
|
|
||||||
|
|
||||||
it(`renders correctly`, () => {
|
|
||||||
const tree = renderer.create(<ThemedText>Snapshot test!</ThemedText>).toJSON();
|
|
||||||
|
|
||||||
expect(tree).toMatchSnapshot();
|
|
||||||
});
|
|
||||||
@ -1,24 +0,0 @@
|
|||||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
||||||
|
|
||||||
exports[`renders correctly 1`] = `
|
|
||||||
<Text
|
|
||||||
style={
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"color": "#11181C",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"fontSize": 16,
|
|
||||||
"lineHeight": 24,
|
|
||||||
},
|
|
||||||
undefined,
|
|
||||||
undefined,
|
|
||||||
undefined,
|
|
||||||
undefined,
|
|
||||||
undefined,
|
|
||||||
]
|
|
||||||
}
|
|
||||||
>
|
|
||||||
Snapshot test!
|
|
||||||
</Text>
|
|
||||||
`;
|
|
||||||
1
components/pages/brain_dump/index.ts
Normal file
1
components/pages/brain_dump/index.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
||||||
1
components/pages/calendar/index.ts
Normal file
1
components/pages/calendar/index.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
|
||||||
0
components/pages/grocery/index.ts
Normal file
0
components/pages/grocery/index.ts
Normal file
0
components/pages/main/index.ts
Normal file
0
components/pages/main/index.ts
Normal file
0
components/pages/reminders/index.ts
Normal file
0
components/pages/reminders/index.ts
Normal file
0
components/pages/todos/index.ts
Normal file
0
components/pages/todos/index.ts
Normal file
0
components/shared/index.ts
Normal file
0
components/shared/index.ts
Normal file
0
components/ui/index.ts
Normal file
0
components/ui/index.ts
Normal file
0
hooks/firebase/index.ts
Normal file
0
hooks/firebase/index.ts
Normal file
Reference in New Issue
Block a user