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