Skip to content

Commit b6bdada

Browse files
committed
fixup! fix(*): throw Error objects to help with debugging
1 parent a6552f1 commit b6bdada

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/auth.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ describe('auth', async function() {
8686
await runAuthScript(
8787
{ HOME: { username: ' ^^^ ', token: '0123456789abcdef' } },
8888
[],
89-
/username may only contain alphanumeric characters or hyphens, received \^\^\^ \n/
89+
/username may only contain alphanumeric characters or hyphens, received {2}\^\^\^ \n/
9090
);
9191
});
9292

0 commit comments

Comments
 (0)