1.1.0 • Published 6 years ago

bi-service-test-utils v1.1.0

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
6 years ago
  • Loads a bi-service based service (from service entry point, usually index.js).
  • Makes sure tests are executed against empty database with restricted db name
  • Runs service db migrations before executing tests
  • Cleans up after itself after tests execution
require('bi-service-test-utils')('<service-entrypoint-file-path>');

Tests

Requires:

  • docker
  • docker-compose@1.18

npm run docker:test