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.
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.
Testcontainers is a library for running databases in docker containers during integration, it works very well with the official Neo4j docker image