Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 982d373

Browse files
committed
Change test app source
1 parent 4d311d9 commit 982d373

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed

test/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
Image,
1515
} from 'react-native';
1616

17-
import RNTest from './in-app-test-runner'
17+
import RNTest from './react-native-testkit/'
1818
import TestContext from './tests'
1919

2020

File renamed without changes.
File renamed without changes.

test/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import RNTest from './in-app-test-runner'
1+
import RNTest from './react-native-testkit/'
22
import React from 'react'
33
import RNFetchBlob from 'react-native-fetch-blob'
44

0 commit comments

Comments
 (0)