Merge pull request #38 from react-native-community/feature/detox-fix

fix(test) detox test import path fix
This commit is contained in:
Bartol Karuza 2019-04-11 20:46:16 +02:00 committed by GitHub
commit 6a95a5ff86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package com.camerarollexample;
import android.support.test.filters.LargeTest;
import android.support.test.rule.ActivityTestRule;
import androidx.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import com.wix.detox.Detox;