mirror of
https://github.com/jakejarvis/rdapper.git
synced 2026-09-23 01:25:31 -04:00
Prefer TLD WHOIS over contradictory registrar referral; revert heuristic override and add referral test\n\n- Keep TLD response when registrar says ‘not found’\n- Revert WHOIS isRegistered to simple availability check\n- Add referral contradiction unit test for .io scenario\n- All tests passing
This commit is contained in:
@@ -87,6 +87,8 @@ Registrar: Registrar LLC
|
||||
expect(rec.expirationDate).toBe("2027-04-23T00:00:00Z");
|
||||
});
|
||||
|
||||
// removed: availability override test in favor of referral-level logic
|
||||
|
||||
test("WHOIS .edu EDUCAUSE format", () => {
|
||||
const text = `
|
||||
This Registry database contains ONLY .EDU domains.
|
||||
|
||||
Reference in New Issue
Block a user