fix(core): update

This commit is contained in:
2023-04-19 14:52:37 +02:00
parent 18f09a5109
commit 43ebd17ae6
6 changed files with 41 additions and 9 deletions

View File

@ -13,6 +13,11 @@ tap.test('should get a parsed url result for whois', async () => {
console.log(parsedUrlResult);
});
tap.test('should get additional data', async () => {
const parsedUrlResult = await testSmartWhois.getAdditionalWhoisDataForDomain('https://coffee.link/understanding-gen-z/');
console.log(parsedUrlResult);
});
tap.test('should get whois info for domain', async () => {
const whoisInfo = await testSmartWhois.getWhoisForDomain('task.vc');
console.log(whoisInfo);