From dc0a62402f0070bfa7707f4996b3ce2592800c36 Mon Sep 17 00:00:00 2001 From: Salakar Date: Sun, 16 Sep 2018 23:01:11 +0100 Subject: [PATCH] [tests] misc project config --- tests/index.android.js | 1 + tests/metro.config.js | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/index.android.js diff --git a/tests/index.android.js b/tests/index.android.js new file mode 100644 index 00000000..4cd59214 --- /dev/null +++ b/tests/index.android.js @@ -0,0 +1 @@ +require('./app'); diff --git a/tests/metro.config.js b/tests/metro.config.js index e77c8b9b..d93535ed 100755 --- a/tests/metro.config.js +++ b/tests/metro.config.js @@ -17,6 +17,7 @@ const config = { get: (target, name) => join(__dirname, `node_modules/${name}`), } ), + platforms: ['android', 'ios'], }, watchFolders: [resolve(__dirname, '../src')], // serializer: {