Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 283 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 283 Bytes

Running waterline adapter compliance tests

copy test-example.json to test.json and edit appropriately for your instance of arangodb, e.g.:

{
  "host": "localhost",
  "port": 8529,
  "user": "test",
  "password": "test",
  "database": "test"
}

and run:

$ npm test