fix(core): update
This commit is contained in:
@ -11,6 +11,8 @@ tap.test('should create a valid instance of SmartWhois', async () => {
|
||||
tap.test('should get a parsed url result for whois', async () => {
|
||||
const parsedUrlResult = await testSmartWhois.getParsedUrlResultForWhois('https://coffee.link/understanding-gen-z/');
|
||||
console.log(parsedUrlResult);
|
||||
const parsedUrlResult2 = await testSmartWhois.getParsedUrlResultForWhois('task.vc');
|
||||
console.log(parsedUrlResult2);
|
||||
});
|
||||
|
||||
tap.test('should get additional data', async () => {
|
||||
|
Reference in New Issue
Block a user