$ npm run test-unit
You need a neo4j instance unless you are using docker compose
- Start a neo4j server
- Run
$ cross-env NEO_USER=neo4j NEO_PASSWORD=test NEO_URL=neo4j://localhost:7687/neo4j npm run test-integration
$ docker-compose -f ./docker-compose.integration.test.yml up --build --abort-on-container-exit --exit-code-from integration