1
0
mirror of https://github.com/actions/labeler synced 2026-05-08 22:51:02 +02:00
This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

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}".`;