lab.experiment('script', function () {
    lab.test('is a string', function (done) {
      Code.expect(regex.script).to.be.a.string();

      done();