[READ-ONLY] Mirror of https://github.com/andrioid/bug-bugreport-e1. An app demonstrating an Android crash on Expo shell app
0

Configure Feed

Select the types of activity you want to include in your feed.

bug-bugreport-e1 / App.test.js
228 B 9 lines
1import React from 'react'; 2import App from './App'; 3 4import renderer from 'react-test-renderer'; 5 6it('renders without crashing', () => { 7 const rendered = renderer.create(<App />).toJSON(); 8 expect(rendered).toBeTruthy(); 9});