Browse Source

Change test app source

Ben Hsieh 8 years ago
parent
commit
982d373586

+ 1
- 1
test/index.test.js View File

14
   Image,
14
   Image,
15
 } from 'react-native';
15
 } from 'react-native';
16
 
16
 
17
-import RNTest from './in-app-test-runner'
17
+import RNTest from './react-native-testkit/'
18
 import TestContext from './tests'
18
 import TestContext from './tests'
19
 
19
 
20
 
20
 

test/in-app-test-runner/components/assert.js → test/react-native-testkit/components/assert.js View File


test/in-app-test-runner/components/detail.js → test/react-native-testkit/components/detail.js View File


test/in-app-test-runner/components/info.js → test/react-native-testkit/components/info.js View File


test/in-app-test-runner/components/reporter.js → test/react-native-testkit/components/reporter.js View File


test/in-app-test-runner/index.js → test/react-native-testkit/index.js View File


test/in-app-test-runner/lib/comparer.js → test/react-native-testkit/lib/comparer.js View File


test/in-app-test-runner/lib/test-context.js → test/react-native-testkit/lib/test-context.js View File


test/in-app-test-runner/types.js → test/react-native-testkit/types.js View File


+ 1
- 1
test/tests.js View File

1
-import RNTest from './in-app-test-runner'
1
+import RNTest from './react-native-testkit/'
2
 import React from 'react'
2
 import React from 'react'
3
 import RNFetchBlob from 'react-native-fetch-blob'
3
 import RNFetchBlob from 'react-native-fetch-blob'
4
 
4