jest-watcher
Advanced tools
Comparing version 24.0.0-alpha.12 to 24.0.0-alpha.13
@@ -96,5 +96,7 @@ 'use strict'; | ||
return function shouldRunTestSuite(_x) { | ||
function shouldRunTestSuite(_x) { | ||
return _shouldRunTestSuite.apply(this, arguments); | ||
}; | ||
} | ||
return shouldRunTestSuite; | ||
})() | ||
@@ -101,0 +103,0 @@ }; |
{ | ||
"name": "jest-watcher", | ||
"description": "Delightful JavaScript Testing.", | ||
"version": "24.0.0-alpha.12", | ||
"version": "24.0.0-alpha.13", | ||
"main": "build/index.js", | ||
@@ -9,3 +9,3 @@ "dependencies": { | ||
"chalk": "^2.0.1", | ||
"jest-util": "^24.0.0-alpha.12", | ||
"jest-util": "^24.0.0-alpha.13", | ||
"string-length": "^2.0.0" | ||
@@ -15,3 +15,4 @@ }, | ||
"type": "git", | ||
"url": "https://github.com/facebook/jest" | ||
"url": "https://github.com/facebook/jest", | ||
"directory": "packages/jest-watcher" | ||
}, | ||
@@ -26,3 +27,3 @@ "bugs": { | ||
"license": "MIT", | ||
"gitHead": "4f2bcb861d1f0fb150c05970362e52a38c31f67e" | ||
"gitHead": "6de22dde9a10f775adc7b6f80080bdd224f6ae31" | ||
} |
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
17093
557
Updatedjest-util@^24.0.0-alpha.13