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