Skip to content

Commit

Permalink
fix: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
test123456789012345 committed Jun 17, 2020
1 parent 4f5daa1 commit 0b5f25d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const workspaceDepcheck = async workspace => {
const workspaceName =
loadPkg({ cwd: workspace }) |> await |> property('name')
throw new Error(endent`
Error in workspace ${workspaceName}:
Error in ${workspaceName}:
${error.all}
`)
}
Expand Down
2 changes: 1 addition & 1 deletion src/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export default {
all = error.all
}
expect(all).toMatch(endent`
Error in workspace a:
Error in a:
Unused dependencies
* change-case
`)
Expand Down

0 comments on commit 0b5f25d

Please sign in to comment.