Skip to content

Commit

Permalink
Changed test Firebase to a production Firebase
Browse files Browse the repository at this point in the history
This fixed an issue running the test suite in Firefox
  • Loading branch information
jacobawenger committed Oct 23, 2014
1 parent 61424f2 commit b4909cc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"karma-failed-reporter": "0.0.2",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "~0.2.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-spec-reporter": "0.0.13",
"streamqueue": "^0.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/specs/common.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
jasmine.DEFAULT_TIMEOUT_INTERVAL = 5000;

// Get a reference to a random demo Firebase
var demoFirebaseUrl = "https://" + generateRandomString() + ".firebaseio-demo.com";
var demoFirebaseUrl = "https://tests.firebaseio.com";

// React test addon
var ReactTestUtils = React.addons.TestUtils;
Expand Down

0 comments on commit b4909cc

Please sign in to comment.