diff --git a/lib/index.js b/lib/index.js index 6a4111b..1dd4a86 100644 --- a/lib/index.js +++ b/lib/index.js @@ -11,7 +11,6 @@ var assertAccessibility = (tagName, props, children, log) => { var propTests; for (var propName in props) { - // There's no need to check props that are null or undefined. if (props[propName] === null || props[propName] === undefined) continue; propTests = assertions.props[propName]; if (propTests)