Remove unused default test from app

This commit is contained in:
Rickard Natt och Dag 2021-02-05 14:55:17 +01:00
parent 7bca0b2028
commit 43cfd362e9
No known key found for this signature in database
GPG Key ID: C3958EFC7F24E8DF
2 changed files with 1 additions and 15 deletions

View File

@ -1,14 +0,0 @@
/**
* @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 />);
});

View File

@ -6,7 +6,7 @@
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"test": "jest --passWithNoTests",
"lint": "eslint . --ext .js,.jsx"
},
"dependencies": {