1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
This commit is contained in:
Laurent Cozic 2017-06-24 18:46:14 +01:00
parent 9f0f826a9f
commit f5e8fac90d
3 changed files with 3 additions and 25 deletions

View File

@ -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 />
);
});

View File

@ -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 />
);
});

View File

@ -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",
]
}
],