arangojs icon indicating copy to clipboard operation
arangojs copied to clipboard

Adds a script to run tests against running docker container

Open alexgorbatchev opened this issue 4 years ago • 0 comments

Added ./scripts/test-with-docker script which starts arangodb in a docker container, runs npm test and then shuts down the container. This should make it much easier for people to run tests.

alexgorbatchev avatar Sep 16 '21 22:09 alexgorbatchev