lab.test('is a Joi schema', function (done) {
      const joiDesc = schema.testPage.describe();
      Code.expect(joiDesc.type).to.equal('object');

      done();