philippkueng / node-neo4j

Neo4j REST API wrapper for Node.js
MIT License
211 stars 44 forks source link

adding readTypedRelationshipsOfNode(node, types) #37

Closed freeeve closed 10 years ago

freeeve commented 10 years ago

Feel free to rename if you want. After running the tests a second time, the readRelationshipTypes test fails. But this is kind of a flaw with that one test, as any unclean db will fail (unless you only have types of RELATED_TO)--should pass CI with clean db, although it depends on running the readTypedRelationshipsOfNode after the readRelationshipTypes test.

freeeve commented 10 years ago

for #36

philippkueng commented 10 years ago

Thank you very much @wfreeman - I'll update the npm packet in a bit.

In case you open a future PR, could you make that against the devel branch then.

P.S. I know the tests are a little unclean right now. ...will have time soon to clean those up.