describe('example service tests', function () {
  before(function (done) {
    // Wait for application bootstrap before running any tests
    app.bootstrap.then(done).catch(done);
  });