check-side-effects
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -121,3 +121,3 @@ "use strict"; | ||
result = _b.sent(); | ||
expectedOutputPath = path_1.resolve(options.cwd, test.expectedOutput); | ||
expectedOutputPath = path_1.resolve(testFileDir_1, test.expectedOutput); | ||
expectedOutput = void 0; | ||
@@ -124,0 +124,0 @@ if (fs_1.existsSync(expectedOutputPath)) { |
{ | ||
"name": "check-side-effects", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Check if a ES module has side effects.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/filipesilva/check-side-effects", |
Sorry, the diff of this file is not supported yet
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
39531