jest-changed-files
Advanced tools
Comparing version 17.0.2 to 18.5.0-alpha.7da3df39
@@ -23,5 +23,8 @@ /** | ||
function findChangedFiles(cwd, options) { | ||
function findChangedFiles( | ||
cwd, | ||
options) | ||
{ | ||
return new Promise((resolve, reject) => { | ||
const args = options.lastCommit ? | ||
const args = options && options.lastCommit ? | ||
['show', '--name-only', '--pretty=%b', 'HEAD'] : | ||
@@ -28,0 +31,0 @@ ['ls-files', '--other', '--modified', '--exclude-standard']; |
{ | ||
"name": "jest-changed-files", | ||
"version": "17.0.2", | ||
"version": "18.5.0-alpha.7da3df39", | ||
"repository": { | ||
@@ -9,6 +9,3 @@ "type": "git", | ||
"license": "BSD-3-Clause", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"test": "../../packages/jest-cli/bin/jest.js" | ||
} | ||
"main": "build/index.js" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
125
5455
2