Skip to content

Commit

Permalink
Update test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhood committed Nov 16, 2016
1 parent 85422c6 commit dfc80a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/js/tests/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

define({
proxyPort: 9010,
proxyUrl: 'https://localhost:9010/',
proxyUrl: 'http://localhost:9010/',
excludeInstrumentation: /^(?:node_modules|public)\//,
tunnel: 'NullTunnel',
tunnel: 'nullTunnel',
loaderOptions: {
packages: [{
name: 'Script',
Expand Down

0 comments on commit dfc80a1

Please sign in to comment.