Bläddra i källkod

Change test app source

Ben Hsieh 9 år sedan
förälder
incheckning
982d373586

+ 1
- 1
test/index.test.js Visa fil

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 Visa fil


test/in-app-test-runner/components/detail.js → test/react-native-testkit/components/detail.js Visa fil


test/in-app-test-runner/components/info.js → test/react-native-testkit/components/info.js Visa fil


test/in-app-test-runner/components/reporter.js → test/react-native-testkit/components/reporter.js Visa fil


test/in-app-test-runner/index.js → test/react-native-testkit/index.js Visa fil


test/in-app-test-runner/lib/comparer.js → test/react-native-testkit/lib/comparer.js Visa fil


test/in-app-test-runner/lib/test-context.js → test/react-native-testkit/lib/test-context.js Visa fil


test/in-app-test-runner/types.js → test/react-native-testkit/types.js Visa fil


+ 1
- 1
test/tests.js Visa fil

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