This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416789 additions and 457836 deletions
+1 -3
View File
@@ -115,7 +115,5 @@ const makeResolutionErrorMessage = (initialPath, cwd) =>
`cwd: "${cwd}"\n` +
'Config paths must be specified by either a direct path to a config\n' +
'file, or a path to a directory. If directory is given, Jest will try to\n' +
`traverse directory tree up, until it finds either "${
_constants.JEST_CONFIG
}" or\n` +
`traverse directory tree up, until it finds either "${_constants.JEST_CONFIG}" or\n` +
`"${_constants.PACKAGE_JSON}".`;