jest-resolve-dependencies
Advanced tools
Comparing version 20.1.0-alpha.3 to 20.1.0-beta.1
@@ -23,5 +23,3 @@ 'use strict'; | ||
* | ||
*/const snapshotDirRegex = new RegExp((0, _jestRegexUtil.replacePathSepForRegex)('\/__snapshots__\/'));const snapshotFileRegex = new RegExp((0, _jestRegexUtil.replacePathSepForRegex)('__snapshots__\/(.*)\.snap'));const isSnapshotPath = path => | ||
!!path.match(snapshotDirRegex); | ||
*/const snapshotDirRegex = new RegExp((0, _jestRegexUtil.replacePathSepForRegex)('/__snapshots__/'));const snapshotFileRegex = new RegExp((0, _jestRegexUtil.replacePathSepForRegex)('__snapshots__/(.*).snap'));const isSnapshotPath = path => !!path.match(snapshotDirRegex); | ||
function compact(array) { | ||
@@ -28,0 +26,0 @@ const result = []; |
{ | ||
"name": "jest-resolve-dependencies", | ||
"version": "20.1.0-alpha.3", | ||
"version": "20.1.0-beta.1", | ||
"repository": { | ||
@@ -11,4 +11,4 @@ "type": "git", | ||
"dependencies": { | ||
"jest-regex-util": "^20.1.0-alpha.3" | ||
"jest-regex-util": "^20.1.0-beta.1" | ||
} | ||
} |
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
3741
93