You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-09-16 08:56:40 +02:00
clean up
This commit is contained in:
@@ -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",
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user