@adeira/fixtures-tester
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -9,3 +9,3 @@ { | ||
"private": false, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"sideEffects": false, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
@@ -59,2 +59,6 @@ "use strict"; | ||
var isFile = function isFile(f) { | ||
return fs.lstatSync(path.join(fixturesPath, f)).isFile(); | ||
}; | ||
var onlyFixtures = fixtures.filter(shouldSkip); | ||
@@ -73,3 +77,3 @@ | ||
test.each(fixtures)('matches expected output: %s', /*#__PURE__*/function () { | ||
test.each(fixtures.filter(isFile))('matches expected output: %s', /*#__PURE__*/function () { | ||
var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(file) { | ||
@@ -76,0 +80,0 @@ var input, output, _expect, _expect2; |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
21548
18
315
0