Skip to content

Commit

Permalink
fix: update snapshot for error test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Dec 12, 2023
1 parent efb84b0 commit 8461e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe("checkWorkingDirectory", () => {
expect(() =>
checkWorkingDirectory("/does/not/exist"),
).toThrowErrorMatchingInlineSnapshot(
'"Directory /does/not/exist does not exist."',
`[Error: Directory /does/not/exist does not exist.]`,
);
});
});
Expand Down

0 comments on commit 8461e7a

Please sign in to comment.