Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 467 Bytes

Contributing

Tests

Unit

$ npm run test-unit

Integration

You need a neo4j instance unless you are using docker compose

  1. Start a neo4j server
  2. Run $ cross-env NEO_USER=neo4j NEO_PASSWORD=test NEO_URL=neo4j://localhost:7687/neo4j npm run test-integration

Using docker compose

$ docker-compose -f ./docker-compose.integration.test.yml up --build --abort-on-container-exit --exit-code-from integration