@babel/helper-fixtures
Advanced tools
Comparing version 7.16.8 to 7.17.0
@@ -91,3 +91,3 @@ "use strict"; | ||
const expectLoc = findFile(taskDir + "/output", true) || taskDir + "/output.js"; | ||
const expectLoc = findFile(taskDir + "/output", true) || findFile(`${taskDir}/output.extended`, true) || taskDir + "/output.js"; | ||
const stdoutLoc = taskDir + "/stdout.txt"; | ||
@@ -114,2 +114,3 @@ const stderrLoc = taskDir + "/stderr.txt"; | ||
const test = { | ||
taskDir, | ||
optionsDir: taskOptsLoc ? _path.dirname(taskOptsLoc) : null, | ||
@@ -116,0 +117,0 @@ title: humanize(taskName, true), |
{ | ||
"name": "@babel/helper-fixtures", | ||
"version": "7.16.8", | ||
"version": "7.17.0", | ||
"description": "Helper function to support fixtures", | ||
@@ -5,0 +5,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
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
11312
266