tabletojson
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -9,3 +9,3 @@ { | ||
"description": "Converts HTML tables to JSON objects", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"main": "./lib/tabletojson.js", | ||
@@ -12,0 +12,0 @@ "keywords": [ |
@@ -35,3 +35,3 @@ const AbstractToJson = require('../lib/AbstractToJson'); | ||
).catch(e => { | ||
expect(e.message).toBe('getaddrinfo ENOTFOUND www.klhsfljkag.com www.klhsfljkag.com:443'); | ||
expect(e.message).toContain('getaddrinfo ENOTFOUND www.klhsfljkag.com'); | ||
}); | ||
@@ -38,0 +38,0 @@ }); |
@@ -92,5 +92,5 @@ 'use strict'; | ||
tabletojson.convertUrl('https://www.klhsfljkag.com/ydasdadad/adsaakhjg/jahsgajhvas.html').catch(e => { | ||
expect(e.message).toEqual('getaddrinfo ENOTFOUND www.klhsfljkag.com www.klhsfljkag.com:443'); | ||
expect(e.message).toContain('getaddrinfo ENOTFOUND www.klhsfljkag.com'); | ||
}); | ||
}); | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111968