Running an In-Memory Sandboxed Neo4J Database for NodeJS Unit Testing

Viewed 160

Is there a way to spin up small in-memory Neo4J database instances for use when unit testing NodeJS code? I am currently using Jest.

1 Answers
Related