fix(core): update

This commit is contained in:
2021-01-22 14:46:02 +00:00
parent 9d189d1b59
commit 7f3118c525
4 changed files with 13 additions and 12 deletions

View File

@ -29,4 +29,9 @@ tap.test('testDomain2 expect be a basic domain', async () => {
console.log(testDomain2);
});
tap.test('should parse complex domains', async () => {
testDomain2 = new smartstring.Domain('https://sub1.sub2.lossless.com/some/path:5431');
console.log(testDomain2);
});
tap.start();