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