Skip to content

Commit 1b11c5a

Browse files
committed
added a break line in test file
1 parent 78b6e92 commit 1b11c5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sprint-3/3-stretch/password-validator.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ To be valid, a password must:
1515
You must breakdown this problem in order to solve it. Find one test case first and get that working
1616
*/
1717
const isValidPassword = require("./password-validator");
18+
1819
describe("passwordValidator", () => {
1920
const password = "123Ab*";
2021

0 commit comments

Comments
 (0)