20 Commits

Author SHA1 Message Date
jacobawenger
1906d84a7c Bumped Firebase dependency to 2.0.0 2014-11-05 15:44:24 -08:00
Jacob Wenger
537a3bd26a Merge pull request #24 from insin/cancelCallback
Allow a callback to be passed for the cancelCallback argument to firebaseRef.on()
2014-10-27 11:01:24 -07:00
Jonathan Buchanan
060b29fb9c Added new argument to _bind() test 2014-10-26 19:21:05 +00:00
jacobawenger
efbbb98d61 Changed test URL back to demo
The POODLE issue has been resolved
2014-10-23 10:38:45 -07:00
jacobawenger
86d92620ca Minor cleanup in common spec file 2014-10-22 23:01:35 -07:00
jacobawenger
b4909cc02f Changed test Firebase to a production Firebase
This fixed an issue running the test suite in Firefox
2014-10-22 22:55:33 -07:00
jacobawenger
61424f2092 Cleaned up karma configuration files 2014-10-22 15:17:23 -07:00
jacobawenger
8c2c93cb90 Removed unneeded comments in karma configuration files 2014-10-22 15:11:03 -07:00
jacobawenger
e7dae19d9f Fixed broken test suite 2014-10-22 15:10:45 -07:00
jacobawenger
36b01f9cf5 Added error codes to all errors and updated test suite 2014-09-17 11:54:02 -07:00
jacobawenger
3fe583a529 Fixed issue with second _bind() test 2014-09-13 18:50:15 -07:00
jacobawenger
25f9b59b03 Improved test coverage
- Got rid of JSXTransformer in test suite since it is not needed
- Simplified firebaseRef validation (we ran into a Node bug with this
old validation in GeoFire so we should change it here as well)
- Added a bunch of tests to improve code coverage
- Simplified existing tests
2014-09-13 18:48:10 -07:00
jacobawenger
e6f6d877bd Renamed source and spec files 2014-09-03 22:40:37 -07:00
jacobawenger
dc7697a430 Updated karma test reporters 2014-09-03 22:37:19 -07:00
jacobawenger
0fc2128340 Updated release.sh script and other minor repo cleanup 2014-07-14 09:15:01 -07:00
jacobawenger
93d14c283f Updated release script's git commands and typo in test file 2014-07-02 17:43:47 -07:00
jacobawenger
3d2848d611 Changing how generateRandomString() is implemented to reduce number of failed tests
Tests were failing due to generateRandomString() sometimes returning a
string with a “.” in it (which is invalid in Firebase”).
2014-06-29 16:16:18 -07:00
jacobawenger
7b1943ee3a Making sure examples work and cleaning up random files 2014-06-29 15:16:18 -07:00
jacobawenger
667aa5a9a9 Got tests running in PhantomJS by adding shim for it 2014-06-29 14:31:14 -07:00
jacobawenger
9d51a216f3 Fixed issue with limit() queries and added test suite
- Fixed issue when binding to Firebase limit() query
- Added error checking
- Added basic test suite
- Added travis integration
- Updated README
- Added limit query to todoApp demo
2014-06-29 14:17:39 -07:00