test()

in src/rules/no-hash-ref.js [7:10]


    test(tagName, props) {
        const hashRef = props.href && props.href === '#';
        return !hashRef;
    }