Skip to content

Commit

Permalink
Update spellCheckFile.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S committed Mar 4, 2024
1 parent e19a811 commit cdd566e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/cspell-lib/src/lib/spellCheckFile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ function errNoEnt(file: string): Error {

function eFailed(file: string): Error {
return oc({
message: expectToEqualCaseInsensitive(`Failed to resolve file: "${rpS(file)}"`),
message: expectToEqualCaseInsensitive(
`Failed to resolve configuration file: "${rpS(file)}" referenced from "./"`,
),
});
}

Expand Down

0 comments on commit cdd566e

Please sign in to comment.