build
This commit is contained in:
+1
-3
@@ -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}".`;
|
||||
|
||||
Reference in New Issue
Block a user