Initial commit
This commit is contained in:
commit
47250e7ed7
73 changed files with 10949 additions and 0 deletions
14
__tests__/App-test.tsx
Normal file
14
__tests__/App-test.tsx
Normal file
|
@ -0,0 +1,14 @@
|
|||
/**
|
||||
* @format
|
||||
*/
|
||||
|
||||
import 'react-native';
|
||||
import React from 'react';
|
||||
import App from '../App';
|
||||
|
||||
// Note: test renderer must be required after react-native.
|
||||
import renderer from 'react-test-renderer';
|
||||
|
||||
it('renders correctly', () => {
|
||||
renderer.create(<App />);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue