cograph
cograph copied to clipboard
Server-side Testing
@vpontis @davidfurlong Is the right way to go about this to install jasmine-node on the server side?
Hmm, I'm not sure. One thing we could do at this point is run jasmine on the client and create things that should propagate to the server then have Cypher queries trying to get whatever we create. This seems like a pretty hacky solution though. We should really have something on both the server and the client.