mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 09:33:23 +01:00
fix: update snapshot for error test
This commit is contained in:
parent
efb84b073b
commit
8461e7a34a
1 changed files with 1 additions and 1 deletions
|
@ -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.]`,
|
||||
);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue