We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Error
1 parent a6552f1 commit b6bdadaCopy full SHA for b6bdada
1 file changed
test/unit/auth.test.js
@@ -86,7 +86,7 @@ describe('auth', async function() {
86
await runAuthScript(
87
{ HOME: { username: ' ^^^ ', token: '0123456789abcdef' } },
88
[],
89
- /username may only contain alphanumeric characters or hyphens, received \^\^\^ \n/
+ /username may only contain alphanumeric characters or hyphens, received {2}\^\^\^ \n/
90
);
91
});
92
0 commit comments