describe( 'isLinkValid', () => {
    const testData = [
        // Valid data.
        [ 'Should accept a reference to the current repo', '#123', true ],
        [ 'Should accept a reference to another repo', 'org/repo#123', true ],