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

Commit

Permalink
Change test config
Browse files Browse the repository at this point in the history
  • Loading branch information
wkh237 committed Sep 26, 2016
1 parent dd12d21 commit 478f0ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ const { Assert, Comparer, Info, prop } = RNTest
// test environment variables

prop('FILENAME', `${Platform.OS}-0.8.0-${Date.now()}.png`)
prop('TEST_SERVER_URL', 'http://192.168.0.11:8123')
prop('TEST_SERVER_URL_SSL', 'https://192.168.0.11:8124')
// prop('TEST_SERVER_URL', 'http://localhost:8123')
// prop('TEST_SERVER_URL_SSL', 'https://localhost:8124')
prop('TEST_SERVER_URL', 'http://192.168.17.194:8123')
prop('TEST_SERVER_URL_SSL', 'https://192.168.17.194:8124')
prop('DROPBOX_TOKEN', 'fsXcpmKPrHgAAAAAAAAAoXZhcXYWdgLpQMan6Tb_bzJ237DXhgQSev12hA-gUXt4')
prop('styles', {
image : {
Expand Down

0 comments on commit 478f0ba

Please sign in to comment.