Skip to content

Commit 099a76f

Browse files
authored
Deleting line to fix the code
1 parent 9e74422 commit 099a76f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sprint-3/2-practice-tdd/repeat.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ test("should repeat the string count times", () => {
1616
expect(repeatedStr).toEqual("hellohellohellohello");
1717
});
1818

19-
const repeat = require("./repeat");
2019

2120
// case: Handle Count of 1 :
2221
// Given a target string str and a count equal to 1,

0 commit comments

Comments
 (0)