mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
clean up
This commit is contained in:
parent
9f0f826a9f
commit
f5e8fac90d
@ -1,12 +0,0 @@
|
||||
import 'react-native';
|
||||
import React from 'react';
|
||||
import Index from '../index.android.js';
|
||||
|
||||
// Note: test renderer must be required after react-native.
|
||||
import renderer from 'react-test-renderer';
|
||||
|
||||
it('renders correctly', () => {
|
||||
const tree = renderer.create(
|
||||
<Index />
|
||||
);
|
||||
});
|
@ -1,12 +0,0 @@
|
||||
import 'react-native';
|
||||
import React from 'react';
|
||||
import Index from '../index.ios.js';
|
||||
|
||||
// Note: test renderer must be required after react-native.
|
||||
import renderer from 'react-test-renderer';
|
||||
|
||||
it('renders correctly', () => {
|
||||
const tree = renderer.create(
|
||||
<Index />
|
||||
);
|
||||
});
|
@ -20,7 +20,8 @@
|
||||
"ReactNativeClient/android/.idea",
|
||||
"ReactNativeClient/android/.gradle",
|
||||
"ReactNativeClient/android/local.properties",
|
||||
"ReactNativeClient/ios"
|
||||
"ReactNativeClient/ios",
|
||||
"_vieux",
|
||||
],
|
||||
"file_exclude_patterns": [
|
||||
"*.pro.user",
|
||||
@ -28,6 +29,7 @@
|
||||
"*.iml",
|
||||
"*.map",
|
||||
"CliClient/app/src",
|
||||
"*.jar",
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user