bdd.it('should handle invalid input', function() {
      expect(function() {
        isTabbable(null);
      }).to.throw(TypeError, 'is/tabbable requires valid options.context');