1
0
mirror of https://gitlab.com/ceda_ei/sonzai.git synced 2025-11-04 09:00:05 +01:00

Add boilerplate.

This commit is contained in:
2020-03-07 13:53:17 +05:30
commit 3eb5bad773
58 changed files with 9351 additions and 0 deletions

14
__tests__/App-test.js Normal file
View 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 />);
});