1
mirror of https://github.com/jakejarvis/hoot.git synced 2025-10-18 22:34:25 -04:00

Add registrar provider details to export domain data tests for improved data coverage

This commit is contained in:
2025-10-03 17:53:10 -04:00
parent 402027e5bf
commit 47d20ce007

View File

@@ -43,6 +43,10 @@ describe("exportDomainData", () => {
warnings: [],
unicodeName: "example.com",
punycodeName: "example.com",
registrarProvider: {
name: "Test Registrar",
domain: "testregistrar.com",
},
},
dns: null,
hosting: null,