@hedia/test
Advanced tools
Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1
{ | ||
"name": "@hedia/test", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0-alpha.1", | ||
"description": "Custom Test Reporters", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -26,2 +26,4 @@ import { attr, element, render } from "@hedia/html"; | ||
console.log("file", file); | ||
for (const lineNumber of file.uncoveredLineNumbers) { | ||
@@ -69,4 +71,8 @@ const entry = sourceMap.findOrigin(lineNumber, 1); | ||
console.log("sourceMappingURL", sourceMappingURL); | ||
const sourceMappingFile = resolve(dirname(path), sourceMappingURL); | ||
console.log("sourceMappingFile", sourceMappingFile); | ||
const json = readFileSync(sourceMappingFile, "utf8"); | ||
@@ -73,0 +79,0 @@ const payload = JSON.parse(json); |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6077
155
1