We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444fbb9 commit df9863bCopy full SHA for df9863b
Sprint-3/3-stretch/password-validator.test.js
@@ -64,7 +64,7 @@ test("password has at least one symbol: (!, #, $, %, ., *, &)", () => {
64
// password must not be any previous password in the passwords array.
65
test("password must not be any previous password in the passwords array.", () => {
66
67
- const password = "Aq@1122#";
+ const password = "abcde1!";
68
const result = isValidPassword(password);
69
expect(result).toEqual(false);
70
}
0 commit comments